﻿@charset "UTF-8";
[v-cloak]{
  display: none;
}
.main_background_color{
background-color: #ffb638;
}

.main_color{
color: #ffb638;
}

html,body {
  /*background-color: #fafafa;*/
}
/* 建设中 */
.bulidWrap{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 80px;
  text-align: center;
}
.bulidWrap.custom{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0;
}
.bulidWrap.custom img{
  width: 100%;
  height: 100%;
  display: block;
}
.bulidWrap span{
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
.bulidWrap .big{
  font-size: 24px;
  color: #ffb638;
  vertical-align:top;
  display:inline-block;
  line-height:128px;
  height:84px;
}
/* start 城市切换*/
.cityChange{
  font-size: 16px;
  color: #262626;
  cursor: pointer;
  margin: 10px 0 0 10px;
  position: relative;
}

.cityChangeIcon{
color: #ffb638;
}

.cityChange .cityList{
  width: 350px;
  border: 1px solid #cccccc;
  padding: 20px;
  position: absolute;
  left: -40px;
  top: 50px;
  z-index: 10;
  background-color: #fafafc;
}

.cityChange .cityList li{
  float: left;
  border: 1px solid #ccccce;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  line-height: 35px;
  font-size: 14px;
  height: 35px;
  border-radius: 5px;
}

.cityChange .cityList li.on{
background-color: #ffb638;
border: 1px solid #ffb638;
}

.cityChange .cityList li.on a{
  color:#fff;
}

/* end 城市切换*/


/* start 筛选菜单 */

.filterNavWc .menuFilter:nth-last-child(1) .list{
  border: none;
}

.menuFilter{
  /* padding: 0 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeceb; */
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  position: relative;
  margin-top: 12px;
  border-bottom: 1px solid #dfdfdf;
}

.menuFilter .title{
  float: left;
  width: 120px;
  color: #ffb638;
  font-weight:bold;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-indent: 15px;
  letter-spacing:6px;
}
.menuFilter .leixing{
  background: url("/image/leixing.png") no-repeat left center;
}
.menuFilter .quyu{
  background: url("/image/quyu.png") no-repeat left center;
}
.menuFilter .paixu{
  background: url("/image/paixu.png") no-repeat left center;
}
.menuFilter .zhuangtai{
  background: url("/image/zhuangtai.png") no-repeat left center;
}
.menuFilter .niandai{
  background: url("/image/niandai.png") no-repeat left center;
}
.menuFilter .zhuti{
  background: url("/image/zhuti.png") no-repeat left center;
}
.menuFilter .list{
  box-sizing: border-box;
  width: calc(100% - 120px);
  float: left;
  /* border-left: 1px dashed #dfdfdf; */
  padding: 0 0 12px 26px;
  min-height: 36px;
  position: relative;
  overflow: hidden;
}
.menuFilter .list:before{
  position: absolute;
  content: '';
  height: 100%;
  border-left: 1px dashed #dfdfdf;
  display: block;
  left: 0;
  bottom: 12px;
}
.menuFilter .list li{
  font-size: 14px;
  color: #666666;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  float: left;
  padding: 0 14px;
  margin: 6px 7px 6px 0;
}

.menuFilter .list li.on{
  background-color: #ffb638;
  color:#fff;
  font-weight:bold;
}

.menuFilter .more {
  width: 54px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #eaeceb;
  font-size: 12px;
  color: #666;
  text-align: center;
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
}
.menuFilter .more .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  color: #666;
  margin-left: 4px;
}
.menuFilter .more .iconfont.icon-shangla {
  display: none;
}
.menuFilter .more.open .iconfont.icon-xiala {
  display: none;
}
.menuFilter .more.open .iconfont.icon-shangla {
  display: inline-block;
}

/* end 筛选菜单 */

/* start datepicker */
.datepicker{
  margin-top: 20px;
  height: 40px;
}

.datepicker b{
  display: inline-block;
  font-weight: normal;
  color: #666;
  font-size: 14px;
  text-indent: 26px;
  width: 130px;
  float: left;
  line-height: 40px;
}

.datepicker b i{
  display: inline-block;
  width: 29px;
}
/* end datepicker */

/* start 栏目总标题 */
.hpAllLanTitle {
  display: none;
  height: 180px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.hpAllLanTitle img {
  display: block;
  margin-left: 45px;
  margin-top: 33px;
}
/* end 栏目总标题 */


/*禁止图片选中*/


/* start 分页 */
.pagination {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}

.pagination li {
  float: left;
  height: 30px;
  border-radius: 5px;
  margin: 3px;
  color: #666;
  cursor: pointer;
}

.pagination a {
  color: #262626;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none
}

.pagination  .active {
  background: #eee;
}
/* end 分页 */



img {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}

input::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

input::-moz-placeholder {
  color: #a0a0a0;
}

input:-ms-input-placeholder {
  color: #a0a0a0;
}

textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}

textarea:-moz-placeholder {
  color: #a0a0a0;
}

textarea::-moz-placeholder {
  color: #a0a0a0;
}

textarea:-ms-input-placeholder {
  color: #a0a0a0;
}

.totalBtn {
  display: block;
  margin: auto;
  font-size: 18px;
  color: #fff;
  width: 208px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  /* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; */
background: #ffb638;
border: 1px solid #ffb638;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.totalBtn.gray {
  border: 1px solid #cccccc;
  background: #cccccc;
}

.totalBtn.yellow {
  border: 2px solid #e0a335;
  background: #f7b53d;
  box-shadow: 3px 3px 0px #f4d499;
}

.totalBtn.red{
  border-color: #e86b76;
  background: #e86b76;
  color: #fff !important;
}

.totalBtn.will-seckilling{
  background-color: #F6CBCA;
  border-color:#F6CBCA;
  color: #DE524F;
}

.totalBtn.seckill{
  color: #FFFFFF;
  border-color:#DE524F;
  background-color: #DE524F;
}

.totalBtn.line{
  background: #fff;
  border: 1px solid #ffb638;
  color:#ffb638;
}


.totalBtns {
  color: #fff;
  background: #ffb638;

    display: inline;
    font-size: 16px;
    float: right;
    border-radius: 3px;
    padding: 7px 21px;

  
}

.totalBtns.gray {
  border: 1px solid #cccccc;
  background: #cccccc;
}

.totalBtns.yellow {
  border: 2px solid #e0a335;
  background: #f7b53d;
  box-shadow: 3px 3px 0px #f4d499;
}

.totalBtns.red{
  border-color: #e86b76;
  background: #e86b76;
  color: #fff !important;
}
.totalBtns.line{
  background: #fff;
  border: 1px solid #ffb638;
  color:#ffb638;
}

.totalBtns.will-seckilling{
  background-color: #F6CBCA;
  border-color:#F6CBCA;
  color: #DE524F;
}

.totalBtns.seckill{
  color: #FFFFFF;
  border-color:#DE524F;
  background-color: #DE524F;
}
/* start 面包屑导航 */
.crumbs {
  width: 100%;
}

.crumbs .crumble {
  margin: 0 auto 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
}

.crumbs .crumble .crumble_left {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 46px;
}

.crumbs .crumble .crumble_right {
  float: right;
  font-size: 12px;
  color: #666;
  line-height: 46px;
}

.crumbs .crumble .crumble_right span {
  display: inline-block;
color: #ffb638;
margin: 0 5px;
}

/* end 面包屑导航 */
/* start 登录注册头部 */
.mhHead {
  height: 60px;
  background-color: #fafafa;
  border-bottom: 1px solid #eeeeee;
}

.mhHeadMenuDiv {
  width: 1200px;
  height: 60px;
  margin: auto;
}

.mhHeadLogo {
  padding: 10px 0;
  float: left;
}

.mhHeadLogo img {
  display: block;
  height: 40px;
}

.mhHeadUser {
  float: right;
  width: 240px;
  height: 60px;
}

.mhRegisterBtn {
  float: right;
  width: 90px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 10px;
background-color: #ffb638;
cursor: pointer;
position: relative;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 14px;
}

/* end 登录注册头部 */
/* start 没有结果 */
.null_result {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
  padding: 25px 0;
  height: 350px;
}

.null_result .cont {
  width: 343px;
  height: 255px;
  overflow: hidden;
  background: url("/image/request-null.png") no-repeat left center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.null_result .cont h6, .null_result .cont h2,.null_result .cont p {
  display: none;
  line-height: 30px;
color: #ffb638;
font-size: 20px;
font-weight: bold;
margin-top: 12px;
margin-bottom: 8px;
}

.null_result .cont p {
  line-height: 24px;
  color: #9b9b9b;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}

/* end 没有结果 */
/* start 筛选 & 排序 */
.filterNavWc {
  width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  margin-top: 0px;
}

.hasBgTit{
  background: #fff url('/image/sttitbg.png') no-repeat left center;
  padding: 20px 40px;
}

.stTit .tit{
  font-size: 18px;
  font-weight: bold;
  padding-left: 18px;
  line-height: 32px;
  height: 32px;
  position: relative;
  color: #ffb638;
}

.stTit .tit:before{
  width: 4px;
  height: 16px;
  content: '';
  background: #ffb638;
  position:absolute;
  top:50%;
  margin-top:-8px;
  left:0;

}

.joinBtn{
  width: 116px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background: #ffb638;
  cursor:pointer;
}

.filterNav .tit {
  width: 100%;
  font-size: 16px;
  color: #333;
  border: none;
}

.filterNav .icon {
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  margin-top: 6px;
  background-repeat: no-repeat;
  background-position: center;
}

.filterNav .typeUlGong {
  height: 90px;
  overflow: hidden;
}

.filterNav .typeUlGong.cur {
  height: auto;
}

.filterNav .shouqi {
  float: left;
  _display: inline;
  width: 1048px;
  margin-left: 72px;
  margin-top: 20px;
  border-top: 1px dashed #f1f1f3;
}

.filterNav .shouqi span {
  display: block;
  width: 62px;
  height: 25px;
  margin: 0 auto;
  margin-top: -1px;
  background: url(/image/hp_arrow2.png) no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.filterNav .shouqi.cur span {
  background-position: -62px 0;
}

.filterTypeUl li {
  float: left;
  _display: inline;
}

.filterTypeUl li a {
  display: block;
  font-size: 14px;
  color: #6b6b6b;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
}

.filterTypeUl li.cur a {
  font-weight: bold;
color: #ffb638;
}

.rank {
  width: 100%;
  margin-bottom: 20px;
}

.rank .sort {
  width: 1200px;
  margin: 0 auto;
  height: 42px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}

.rank .sort .sort_left {
  float: left;
  margin-left: -1px;
}

.rank .sort .sort_left a {
  display: block;
  float: left;
  width: 86px;
  line-height: 42px;
  height: 42px;
  font-size: 12px;
  color: #6b6b6b;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.rank .sort .sort_left a em {
  display: none;
  width: 100%;
  height: 2px;
background-color: #ffb638;
position: absolute;
top: -1px;
left: 0;
}

.rank .sort .sort_left .choose_span {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
color: #ffb638;
}

.rank .sort .sort_left .choose_span em {
  display: block;
}

.rank .sort .sort_right {
  float: right;
  font-size: 12px;
  color: #666;
  line-height: 42px;
  margin-right: 32px;
}

.rank .sort .sort_right a {
  display: inline-block;
  margin: 0 9px;
}

.rank .sort .sort_right span i {
  display: inline-block;
color: #ffb638;
font-style: normal;
}

/* end 筛选 & 排序 */
/* start 活动列表 & 场馆列表 & 艺术鉴赏列表*/
.zongListLoding {
  font-size: 18px;
  color: #666666;
  text-align: center;
  padding: 30px 0;
}

.zongListLoding span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background: url(/scswhg/pc/image/loading.gif) no-repeat;
  background-size: 100% 100%;
}

.actListWc {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
}

.actListUl {
  width: 1200px;
}

.actListUl li {
  width: 280px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: url(/image/hp_new2.png) no-repeat bottom center;
}

.actListUl .mhActDivLink {
  display: block;
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 15px 16px;
}

.actListUl  .mhActDivLink .pic, .actListUl .pic .ding {
  width: auto;
  height: 165px;
  position: relative;
  overflow: hidden;
}

.actListUl .pic .title{
color:#ffb638;
font-size: 24px;
}

.actListUl .pic .img {
  display: block;
  width: 100%;
  height: 100%;
}
.actListUl .pic .picImg {
  display: inline-block;
  width: inherit;
  height: 100%;
}

.actListUl .pic .ding, .actListUl .pic .full, .actListUl .pic .miao, .actListUl .pic .gray {
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  height: 22px;
  line-height: 22px;
  position: absolute;
  /* right: 0;
  bottom: 0; */
}
.actListUl .pic .ding, .actListUl .pic .full, .actListUl .pic .miao, .actListUl .pic .gray {
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.actListUl .pic .ding {
	background: #ffb638; color: white; 
}

.actListUl .pic .full {
    background: #891c1b; color: white; 
}

.actListUl .pic .gray {
    background: gray; color: white; 
}

.actListUl .pic .miao {
background: #ffb638;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.actListUl .pic .miaos {
  background: #ffb638;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  }

.actListUl .char {
  height: 170px;
  padding: 18px 0 15px;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
}

.actListUl .char .titEr {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 13px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.actListUl .char .wenYi {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.actListUl .char .wenEr {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.actListUl .char .totalBtn {
  margin: 0 auto;
  width: 118px;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  margin-top: 12px;
  position: absolute;
  right: 0;
  bottom: 15px;
  /*直接前往*/
  /*不可预订*/
  /*已订完*/
}

.actListUl .char .totalBtn.goto {
  background-color: transparent;
color: #ffb638;
}

.actListUl .char .totalBtn.cantOrder {
  border-color: #cccccc;
  background: #cccccc;
}

.actListUl .char .totalBtn.done {
  background-color: transparent;
  color: #ccc;
  border-color: #ccc;
}
.actListUl_sy li .char{
  height: 75px;
}

.venuesListUl li{
  width: calc((100% - 40px) / 3);
  background: url(/image/hp_new3.png) no-repeat bottom center;
}

.venuesListUl .pic{
  height: 233px;
}

.venuesListUl .pic .ding{
  right: auto;
  bottom: auto;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  max-width: 30px;
  background: rgba(255,182,56, .8);
  font-size: 14px;
}

.venuesListUl .char {
  height: 70px;
  padding-bottom: 10px;
}

.venuesListUl .char .titEr {
  margin-bottom: 3px;
  height: 24px;
}
.assnListUl .mhActDivLink{
  padding: 15px 20px;
}

.assnListUl li{
  position: relative;
}

.assnListUl .pic{
  width: 160px;
  height: 160px;
  margin: 10px auto 0;
  border: 3px solid #f6f6f6;
  border-radius: 50%;
}
.assnListUl .char {
  height: 110px;
  text-align: center;
}

.assnListUl .char .titEr {
  height: 24px;
  margin-bottom: 3px;
}
.assnListUl .tagWrap,.artListUl .tagWrap {
  max-height: 50px;
  overflow: hidden;
  margin-top: 16px;
}

.assnListUl .tagWrap span ,.artListUl .tagWrap span{
  line-height: 18px;
  border: 1px solid #ffb638;
  padding: 0 8px;
  display: inline-block;
  font-size: 12px;
  color: #ffb638;
  margin-right: 5px;
}

.assnListUl .flower {
  background:url(/image/flower.png) no-repeat top center;
  line-height: 66px;
  min-width: 16px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  color: #666666;
}

.artListUl .char .titEr{
  height: 24px;
}

.artListUl .char{
  height:80px;
}
/* end 活动列表 & 场馆列表 & 艺术鉴赏列表*/

/* start 社团入驻表单 */
.qyJoin {
  position: fixed;
  opacity: .8;
  bottom: 390px;
  right: 50%;
  margin-right: -604px;
  cursor: pointer;
  z-index:2;
}

.qyJoin:hover {
  opacity: 1;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
}

.joinWrap {
  width: 555px;
  padding: 48px 107px 0 108px;
  height: 817px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -432px;
  margin-left: -385px;
  overflow: hidden;
}

.joinWrap .title {
  line-height: 48px;
  font-size: 18px;
color: #ffb638;
border-bottom: 1px solid #ffb638;
text-align: center;
font-weight: bold;
margin-bottom: 26px;
}

.joinWrap .information {
  margin-bottom: 30px;
  padding: 0 7px;
  font-size: 16px;
  color: #333333;
}

.joinWrap .information label {
  width: 76px;
  padding-left: 6px;
  line-height: 45px;
  float: left;
}

.joinWrap .information input {
  width: 432px;
  height: 13px;
  border: 1px solid #cccccc;
  padding: 15px 12px;
  color: #666666;
}

.joinWrap .information select {
  width: 458px;
  height: 45px;
  border: 1px solid #cccccc;
  padding-left: 10px;
}

.joinWrap .information input::-webkit-input-placeholder {
  color: #cccccc;
}

.joinWrap .information input:-moz-placeholder {
  color: #cccccc;
}

.joinWrap .information input::-moz-placeholder {
  color: #cccccc;
}

.joinWrap .information input:-ms-input-placeholder {
  color: #cccccc;
}

.joinWrap .information textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.joinWrap .information textarea:-moz-placeholder {
  color: #cccccc;
}

.joinWrap .information textarea::-moz-placeholder {
  color: #cccccc;
}

.joinWrap .information textarea:-ms-input-placeholder {
  color: #cccccc;
}

.joinWrap .information textarea {
  resize: none;
  width: 432px;
  padding: 15px 12px;
  height: 173px;
}

.joinWrap .btnWrap {
  padding-left: 66px;
  margin-top: 42px;
  text-align: center;
}

.joinWrap .btnWrap span {
  display: inline-block;
  width: 137px;
  height: 42px;
  color: #ffffff;
  padding: 1px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
background-color: #ffb638;
margin: 0 30px;
}

.joinWrap .btnWrap span:first-child {
  background-color: #feb142;
}

.joinWrap .btnWrap span i {
  border: 1px solid #fff;
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  font-style: normal;
  cursor: pointer;
}

.joinWrap .warn {
  font-size: 12px;
  color: #333333;
  background: url(/image/joinWarn.png) no-repeat left center;
  padding-left: 20px;
  line-height: 34px;
  margin-top: 45px;
}

/* end 社团入驻表单 */

/* 场馆详情 */
.detail {
  width: 100%;
  padding-top: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.particulars {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.particulars .particulars_left {
  width: 470px;
  height: 350px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.particulars .particulars_left img {
  width: 100%;
  height: 100%;
}

.particulars .particulars_left .venueimg_list {
  width: 454px;
  margin: 0 auto;
  margin-top: 8px;
  overflow: hidden;
}

.particulars .particulars_left .venueimg_list ul {
  width: 464px;
}

.particulars .particulars_left .venueimg_list ul li {
  float: left;
  margin-right: 6px;
  cursor: pointer;
}

.particulars .particulars_left .venueimg_list ul li img {
  display: block;
  width: 105px;
  height: 79px;
  border: 2px solid #fff;
}

.particulars .particulars_left .venueimg_list ul .afterli img {
border: 2px solid #ffb638;
}

.particulars .particulars_right {
  float: left;
  width: 490px;
}

.particulars .particulars_right h1 {
  width: 490px;
  line-height: 30px;
  font-size: 24px;
  color: #333;
  overflow: hidden;
  font-weight: 500;
  display: block;
  padding-top: 5px;
  margin: 0;
}

.particulars .particulars_right .address {
  font-size: 14px;
  color: #666;
  margin-top: 16px;
  margin-bottom: 32px;
}

.particulars .particulars_right .evaluate {
  margin-top: 18px;
}

.particulars .particulars_right .evaluate .evaluate_left {
  float: left;
  width: 118px;
}

.particulars .particulars_right .evaluate .evaluate_left img {
  float: left;
  margin-right: 4px;
  width: 18px;
  height: 18px;
}

.particulars .particulars_right .evaluate .evaluate_right {
  float: left;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

.particulars .particulars_right .classify_detail {
  padding: 14px 0 20px;
}

.particulars .particulars_right .classify_detail span {
  float: left;
  width: 66px;
  line-height: 24px;
  border-radius: 3px;
  background: #e0a335;
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.particulars .particulars_right .classify_detail span.c1 {
  background: #e0a335;
}

.particulars .particulars_right .classify_detail span.c2 {
  background: #07b3cc;
}

.particulars .particulars_right .classify_detail span.c3 {
  background: #dc8e4e;
}

.detail .particulars .particulars_right .classify_detail span.c4 {
  background: #e1b749;
}

.particulars .particulars_right .ticketsleft {
  font-size: 14px;
  color: #666;
  padding-bottom: 4px;
}

.particulars .particulars_right .ticketsleft span {
  display: inline-block;
  font-size: 28px;
color: #ffb638;
margin-right: 10px;
}

.particulars .particulars_right .specifics strong {
  float: left;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  width: 60px;
  line-height: 30px;
}

.particulars .particulars_right .specifics span {
  float: left;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  width: 430px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}

.particulars .particulars_right .specifics b {
  float: left;
  margin-top: 4px;
  width: 64px;
  line-height: 22px;
border: 1px solid #ffb638;
font-size: 12px;
color: #ffb638;
border-radius: 3px;
text-align: center;
margin-right: 10px;
font-weight: 500;
}

.bookTotalBtn {
  padding-top: 12px;
}

.bookTotalBtn .book_detail {
  float: left;
  position: relative;
}

.bookTotalBtn .book_col {
  margin-right: 20px;
  line-height: 38px;
  font-size: 12px;
  color: #666;
  float: left;
}

.bookTotalBtn .book_col img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
}

.detail_center {
  width: 100%;
  margin-top: 30px;
}

.detail_matter {
  width: 1200px;
  margin: 0 auto;
}

.mhContent .detail_matter {
  width: 860px;
  margin: 0;
}

.detail_matter .detail_matter_left {
  float: left;
  width: 858px;
  margin-right: 20px;
}

.mhContent .detail_matter .detail_matter_left {
  float: left;
  width: 860px;
  margin-right: 0px;
}

.detail_matter .detail_matter_left .content {
  position: relative;
}

.mhContent .detail_matter .detail_matter_left .content {
  position: relative;
  padding-top: 0px;
}

.detail_matter .detail_matter_left .content .content_nav {
  position: absolute;
  z-index: 10;
  background: #fff;
  top: 0;
  width: 858px;
  height: 42px;
border-top: 2px solid #ffb638;
border-bottom: 1px solid #e2e2e2;
}

.detail_matter .detail_matter_left .content .content_detail .anchor {
  background-color: #fff;
  width: 100%;
  float: left;
border-top: 2px solid #ffb638;
border-left: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
margin-bottom: 20px;
}

.detail_matter .detail_matter_left .content .content_nav ul li {
  float: left;
  width: 126px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.detail_matter .detail_matter_left .content .content_nav ul li a {
  display: block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  font-size: 18px;
  color: #262626;
}

/*.detail_matter .detail_matter_left .content .content_nav ul li:last-child a {
  border: 0;
}*/
.detail_matter .detail_matter_left .content .content_nav ul .optfor {
  margin-left: -1px;
}

.detail_matter .detail_matter_left .content .content_nav ul .optfor a {
border-bottom: 2px solid #ffb638;
}

.detail_matter .detail_matter_left .content .content_nav ul .optfor a {
color: #ffb638;
}

.detail_matter .detail_matter_left .content .content_detail {
  width: 100%;
}

.mhContent .detail_matter .detail_matter_left .content .content_detail {
  width: 860px;
  margin: auto;
  background-color: #f9f9f9;
border-top: 2px solid #ffb638;
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}

.anchor .map {
  height: 300px;
  overflow: hidden;
  margin: 10px;
}

.amap-logo,
.amap-copyright {
  display: none !important;
  z-index: -1;
}

.detail_matter .detail_matter_left .content .content_detail .anchor h1 {
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  padding: 13px 0 13px 22px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
}

.detail_matter .detail_matter_left .content .content_detail .anchor h1 .discuss_num {
  font-size: 14px;
  position: absolute;
  right: 60px;
  top: 13px;
}

.detail_matter .detail_matter_left .content .content_detail .anchor h1 .discuss_num i {
color: #ffb638;
font-style: normal;
padding-right: 6px;
}

/* 活动室预定 */
.lmRoom{
  width: 840px;
  margin: 0 auto 80px;
}
.lmRoom .lmInfo{
  padding: 30px 10px;
  border-bottom: 1px dashed #dcdcdc;
}

.lmRoom .lmInfo .img{
  width: 288px;
  height: 210px;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}
.lmRoom .lmInfo .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lmRoom .lmInfo .info{
  width: 490px;

}
.lmRoom .info .h1{
  margin: 0 ;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 15px;
}

.lmRoom .info .p{
  font-size: 14px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 35px;
}

.lmRoom .info span{
  font-weight: normal;
  margin-left: 15px;
}

.lmRoom .info .price{
  font-size: 18px;
  color: #666;
}

.lmRoom .info .price span{
  color: #ffb638;
}

.lmRoom .lmForm{
  border-bottom: 1px dashed #dcdcdc;
  padding: 0 10px 50px;
  overflow: hidden;
}

.lmForm .formInfo{
  margin-top: 20px;
  height: 32px;
  line-height: 32px;
}

.lmForm .formInfo>div:first-child{
  margin-right: 130px;
}

.lmForm .formInfo input,.lmForm .formInfo select,.lmForm .formInfo textarea{
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
  background-color: transparent;
  border: 1px solid #e2e2e2;
  margin-left: 16px;
  width: 184px;
}

.lmForm .formInfo textarea{
  resize: none;
  width: 500px;
  height: 160px;
  line-height: 24px;
}

.lmForm .formInfo .w34{
  width: 58px;
}
.lmForm .formInfo select.w34{
  width: 112px;
  height: 32px;
}

.lmForm .formInfo label{
  color: #262626;
  font-weight: bold;
}

.lmBtn{
  text-align: center;
  margin-top: 40px;
}
.lmBtn span{
  display: inline-block;
  width: 210px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ffb638;
  margin: 0 15px;
  cursor:pointer;
}

.lmBook{
  width: 458px;
  margin: 0 auto;
}

.lmBook h2{
  font-size: 24px;
  color: #ffb638;
  font-weight:normal;
}
.lmBook p{
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.lmBtn .cancel{
  background-color: #ccc;
}
.lmBook .lmBtn span{
  width: 160px;
}
.playroomOrder {
  width: auto;
  overflow: hidden;
}

.playroomOrder ul {
  padding: 25px;
}

.playroomOrder ul li {
  float: left;
  height: 300px;
  width: 262px;
  padding: 15px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  margin-right: 10px;
}
.playroomOrder ul li:nth-child(3n) {
  margin-right: 0;
}
.playroomOrder .box_shadow {
  width: 260px;
  height: 15px;
  background: url('/image/bg_box_shadow.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: -15px;
  left: -2px;
}

.playroomOrder ul .pic {
  width: 230px;
  height: 155px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.playroomOrder ul .playroomcon {
  width: 100%;
  position: relative;
}
.playroomOrder .book_box {
  width: 50px;
  height: 20px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffb638;

}

.playroomOrder ul h5 {
  width: 200px;
  height: 20px;
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-top: 22px;
  margin-bottom: 8px;
}

.playroomcon .acreage span {
  float: left;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.playroomOrder ul .gotoplay {
  width: 100%;
  margin-top: 10px;
}

.playroomOrder ul .gotoplay .totalBtn {
  display: block;
  margin: 0 auto;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail {
  margin-top: 10px;
  padding: 20px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .anchor_detail_top {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.8em !important;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .anchor_detail_top p {
  line-height: 1.8em !important;
  color: #666 !important;
  font-size: 14px !important;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .anchor_detail_top img {
  max-width: 726px !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .anchor_detail_bottom {
  padding: 30px 0 20px;
  border-bottom: 1px solid #e2e2e2;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .anchor_detail_bottom .detail_bottom_obt {
  float: right;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .anchor_detail_bottom .detail_bottom_obt span {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .anchor_detail_bottom .detail_bottom_obt span img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .browse {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .browse .pageview {
  font-size: 18px;
  color: #666;
  padding-bottom: 20px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anchor_detail .browse .pageview span {
  display: inline-block;
color: #ffb638;
}

.browse_person {
  width: 670px;
  margin: 0 auto;
  position: relative;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss {
  width: 780px;
  margin: 0 auto;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .anniu {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
color: #ffb638;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child {
  padding-top: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_left {
  float: left;
  width: 50px;
  margin-right: 15px;
  position: relative;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_left img {
  display: block;
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_left .coverimg {
  display: none;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_left p {
  width: 50px;
  overflow: hidden;
  height: 14px;
  text-align: center;
  font-size: 12px;
  color: #000;
  margin-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right {
  float: left;
  width: 715px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right .discuss_time {
  font-size: 15px;
  color: #666;
  padding-bottom: 16px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right .discuss_con {
  line-height: 24px;
  font-size: 14px;
  color: #000;
  padding-bottom: 16px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right .discuss_carousel {
  width: 640px;
  margin-left: -7px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right .show_big {
  margin-top: 10px;
  width: 640px;
  background: #f1f1f1;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right .show_big img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right .revert {
  width: 640px;
  min-height: 50px;
  background: #f8f8f8;
  position: relative;
  margin-top: 22px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right .revert .top {
  width: 14px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 10px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .discuss .discuss_child .discuss_right .revert p {
  font-size: 12px;
  color: #e0a335;
  padding: 10px;
  line-height: 18px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review {
  width: 100%;
}

.mhContent .detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review {
  width: 800px;
  padding: 30px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review h2 {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 20px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .textarea_part {
  width: 100%;
}

.mhContent .detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .textarea_part {
  width: 800px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .textarea_part textarea {
  display: block;
  padding: 10px;
  width: 800px;
  height: 182px;
  border: 1px solid #e2e2e2;
  resize: none;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: auto;
}

.mhContent .detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .textarea_part textarea {
  display: block;
  padding: 10px;
  width: 780px;
  height: 182px;
  border: 1px solid #e2e2e2;
  resize: none;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture {
  width: 835px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_left {
  float: left;
  width: 40px;
  height: 40px;
  background-image: url("/image/add.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_center {
  float: left;
  width: 366px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_center ul {
  width: 366px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_center ul li {
  width: 112px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_center ul li img {
  display: block;
  width: 112px;
  height: 82px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_center ul li .delete {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -5px;
  top: -6px;
  cursor: pointer;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_right {
  padding-top: 10px;
  float: right;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_right p {
  font-size: 12px;
  color: #666;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_right .addacomment {
  text-align: right;
  margin-right: 3px;
  margin-top: 10px;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_right .addacomment span {
  display: inline-block;
  width: 158px;
  margin-left: 75px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #fff;
background: #ffb638;
border: 2px solid #ffb638;
-ms-box-shadow: 3px 3px 0 #c5e0f0;
-o-box-shadow: 3px 3px 0 #c5e0f0;
box-shadow: 3px 3px 0 #c5e0f0;
border-radius: 5px;
cursor: pointer;
}

.detail_center .detail_matter .detail_matter_left .content .content_detail .anchor .review .addpicture .addpic_right .addacomment span:active {
  background: #f7b53d;
  border: 2px solid #db9d2b;
  -ms-box-shadow: 3px 3px 0 #ffe2ad;
  -o-box-shadow: 3px 3px 0 #ffe2ad;
  box-shadow: 3px 3px 0 #ffe2ad;
}

.detail_center .detail_matter .detail_matter_right {
  float: left;
  width: 320px;
border-top: 2px solid #ffb638;
border-left: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
margin-bottom: 20px;
background-color: #fff;
}
.detail_center .detail_matter .detail_matter_right.file-list {
  float: none;
  width: 100%;
  margin-top: 20px;
}

.detail_center .detail_matter .detail_matter_right h2 {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  height: 50px;
  margin: 0 0 10px 0;
  padding: 0 20px;
  position: relative;
  line-height: 50px;
}

/* 右侧推荐活动 */
.acTuiUlList {
  width: 280px;
  margin: 0 auto;
}

.acTuiUlList li {
  width: 100%;
  margin-bottom: 22px;
  padding-bottom: 24px;
  cursor: pointer;
  border: 1px solid #fff;
  border-bottom: 1px dashed #ededed;
}
.acTuiUlList li:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}

.acTuiUlList li:hover {
  border: 1px solid #ffb638;

}

.acTuiUlList li a {
  display: block;
}

.acTuiUlList .pic {
  width: 280px;
  height: 185px;
  position: relative;
  overflow: hidden;
}

.acTuiUlList .pic img {
  width: 100%;
  height: 100%;
}

.acTuiUlList h5 {
  width: 262px;
  height: 20px;
  font-weight: 500;
  margin: 10px auto 20px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}

.acTuiUlList .recommend {
  line-height: 20px;
  width: 262px;
  margin: 0 auto;
  padding: 0;
}

.acTuiUlList .recommend span {
  float: left;
  width: 80px;
  font-size: 14px;
  color: #666;
}
.acTuiUlList .recommends span {
  float: left;
  /* width: 80px; */
  font-size: 14px;
  color: #666;
}

.acTuiUlList .recommend span + span {
  width: 160px;
  height: 16px;
  overflow: hidden;
}

.browse_person .picScroll-left {
  width: 685px;
  position: relative;
}

.browse_person .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.browse_person .picScroll-left .bd ul li {
  margin: 0 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.browse_person .picScroll-left .bd ul li .pic {
  text-align: center;
  position: relative;
}

.browse_person .picScroll-left .bd ul li .pic .coverimg {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 0;
  left: 0;
}

.browse_person .picScroll-left .bd ul li .pic img {
  width: 58px;
  height: 58px;
  display: block;
}

.browse_person .picScroll-left .prev,
.browse_person .picScroll-left .next {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 15px;
  height: 24px;
}

.browse_person .picScroll-left .prev img,
.browse_person .picScroll-left .next img {
  display: block;
  width: 15px;
  height: 24px;
}

.browse_person .picScroll-left .next {
  left: auto;
  right: -28px;
}

.discuss-left {
  width: 623px;
  position: relative;
}

.discuss-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.discuss-left .bd ul li {
  margin: 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.discuss-left .bd ul li .pic {
  width: 168px;
  height: 168px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e8e8e8;
}

.discuss-left .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.discuss-left .bd ul .checkedli .pic {
border-color: #ffb638;
}

.discuss-left .prev,
.discuss-left .next {
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 15px;
  height: 30px;
}

.discuss-left .prev img,
.discuss-left .next img {
  display: block;
  width: 15px;
  height: 30px;
}

.discuss-left .next {
  left: auto;
  right: 0;
}

.discuss-left .prevStop {
  display: none;
}

.discuss-left .nextStop {
  display: none;
}

/* 举报 */
.actJubao li {
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
  color: #666;
}

.actJubao .check {
  width: 15px;
  height: 15px;
  margin-right: 18px;
}

.actJubao .txt {
  font-size: 16px;
  color: #666;
  width: 220px;
  border: 1px solid #999;
  padding: 6px 10px;
  margin-left: 18px;
}

/* 活动详情 */
.detail_center .detail_matter .detail_matter_left .prompt {
  width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.detail_center .detail_matter .detail_matter_left .prompt .prompt_left {
  border-right: 1px solid #e2e2e2;
  height: 98px;
  width: 128px;
  text-align: center;
  font-size: 18px;
color: #ffb638;
}

.detail_center .detail_matter .detail_matter_left .prompt .prompt_right {
  font-size: 14px;
  color: #666;
  padding-left: 20px;
  height: 98px;
}

.detail_center .detail_matter .detail_matter_left .prompt .prompt_right p {
  line-height: 20px;
}

/*上传*/
.comment .tips {
  margin-top: 20px;
  margin-left: 20px;
}

.comment .tips span {
  float: left;
  color: #999999;
}

.comment .tips .r_p {
  width: 280px;
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 8px;
}

.comment .tips .r_p p {
  line-height: 22px;
  color: #9b9b9b;
}

.comment .totalBtn {
  float: right;
  margin-top: 12px;
}

.shangchuan {
  background: url(/image/add.png) no-repeat 0px 0px!important;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

.shangchuan font {
  margin-left: 30px;
  color: #4a4a4a;
  font-size: 14px;
}

.comment .fl {
  display: inline;
  float: left;
}

.sc_img {
  width: 100px;
  height: 80px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}

.sc_img img {
  width: 100px;
  height: 80px;
}

/* 活动预定 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.jedateblue .jedatebot {
  display: none;
}

.jedatebox .jedateym .next.yearnext,
.jedatebox .jedateym .prev.yearprev {
  display: none;
}

.jedatebox .jedateym .pndrop {
  display: none;
}

.jedatebox em.jedateyear {
  float: right;
}

.jedatebox em.jedatemonth {
  float: left;
}

.jedateblue .jedateym span {
  width: 100%;
}

.jedatebox .jedateym .prev,
.jedatebox .jedateym .next {
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url(/image/datetabs.png) no-repeat;
  margin-top: 9px;
  position: absolute;
  left: 16px;
  cursor: pointer;
}

.jedatebox .jedateym .next {
  background-position: -33px 0;
  margin-left: 0;
  left: 85.5%;
}

.jedatebox {
  margin-left: -12px;
}

.personalCenter_wrap {
  width: 1210px;
  margin: 20px auto 0;
  overflow: hidden;
}

.personalCenterCommon {
  background: #f5f5f5;
  width: 218px;
  border: 1px solid #e2e2e2;
  border-right: none;
  padding: 20px 0 25px;
}

.personalCenterCommon .personalInfo {
  text-align: center;
  padding-bottom: 28px;
}

.personalCenterCommon .personalInfo .photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 14px;
}

.personalCenterCommon .personalInfo .photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.personalCenterCommon .personalInfo .photo span.state {
  display: inline-block;
  width: 42px;
  height: 16px;
  border-radius: 2px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 3px;
  right: -19px;
  background: #939393;
}

.personalCenterCommon .personalInfo .photo span.state.al {
background: #ffb638;
}

.personalCenterCommon .personalInfo p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}

.personalCenterCommon div.list {
  border-top: 1px solid #e2e2e2;
  padding: 8px 0;
  text-align: center;
}

.personalCenterCommon div.list span.tit {
  display: block;
  line-height: 36px;
  font-size: 16px;
  color: #333;
}

.personalCenterCommon div.list span.cur {
  background: url(/image/tit_bg.png) no-repeat 170px center;
}

.personalCenterCommon div.list span.cur a {
color: #ffb638;
}

.personalCenterCommon div.list .my_list li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

.personalCenterCommon div.list .my_list li a {
  display: inline-block;
  color: #666;
  text-indent: 12px;
}

.personalCenterCommon div.list.cur span.tit a{
color: #ffb638;
}

.personalCenterCommon div.list.cur .my_list li.cur {
background: #ffb638 url(/image/li_bg.png) no-repeat 168px center;
}

.personalCenterCommon div.list.cur .my_list li.cur a {
  text-indent: 12px;
  color: #fff;
}

.jedateblue .jedatebot {
  display: none;
}

.jedatebox .jedateym .next.yearnext,
.jedatebox .jedateym .prev.yearprev {
  display: none;
}

.jedatebox .jedateym .pndrop {
  display: none;
}

.jedatebox em.jedateyear {
  float: right;
}

.jedatebox em.jedatemonth {
  float: left;
}

.jedateblue .jedateym span {
  width: 100%;
}

.jedatebox .jedateym .prev,
.jedatebox .jedateym .next {
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url(/image/datetabs.png) no-repeat;
  margin-top: 9px;
  position: absolute;
  left: 16px;
  cursor: pointer;
}

.jedatebox .jedateym .next {
  background-position: -33px 0;
  margin-left: 0;
  left: 85.5%;
}

.jedatebox {
  margin-left: -12px;
}

.personalRight {
  border: 1px solid #e2e2e2;
  padding: 20px;
  width: 948px;
  min-height: 736px;
  overflow: hidden;
  background-color: rgba(255,255,255,.9);
}

.personalRight ul.tabs {
  margin-bottom: 10px;
  cursor: pointer;
}

.personalRight ul.tabs li {
  float: left;
  padding: 0 5px;
  font-weight: bold;
  height: 20px;
  text-align: center;
  font-size: 14px;
  margin-right: 20px;
  line-height: 16px;
}

.personalRight ul.tabs li a {
  color: #666;
}

.personalRight ul.tabs li.cur {
border-bottom: 2px solid #ffb638;
}

.personalRight ul.tabs li.cur a {
color: #ffb638;
}

.personalRight table.head {
  width: 100%;
}

.personalRight table.head th {
  background: #f5f5f5;
  color: #666666;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.personalRight .order_list {
  border: 1px solid #e2e2e2;
  margin-top: 20px;
}

.personalRight .order_list table {
  width: 100%;
  font-size: 12px;
  color: #666;
}

.personalRight .order_list table td.bac {
  background: #f5f5f5;
  border-bottom: 1px solid #e2e2e2;
  line-height: 30px;
  height: 30px;
  text-align: left;
}

.personalRight .order_list table td {
  text-align: center;
  padding: 4px 0;
}

.personalRight .order_list table td span {
  color: #666;
  font-size: 12px;
}

.personalRight .order_list table span.time {
  margin: 0 20px;
  font-weight: bold;
}

.personalRight .order_list table .img {
  display: inline-block;
  width: 83px;
  height: 62px;
  margin: 11px 10px 10px 16px;
}

.personalRight .order_list table p {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
}

.personalRight .order_list table p strong {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}

.personalRight .order_list table p strong.big_width {
  width: 255px;
}

.personalRight .order_list table p b {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
}

.personalRight .order_list table p b.date {
  color: #fff;
  background: #888888;
}

.personalRight .order_list table p b.time {
  color: #666;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  border: 1px solid #888888;
  margin-left: -3px;
}

.personalRight .order_list table p i.site {
  height: 18px;
  display: inline-block;
  width: 53px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border: 1px solid #888888;
  font-style: normal;
  margin-right: 6px;
  margin-bottom: 4px;
}

.personalRight .order_list table p.title {
  margin-top: 6px;
  font-weight: 600;
}

.personalRight .order_list table .bold {
  font-weight: bold;
}

.personalRight .order_list table .btn {
  display: inline-block;
  width: 98px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #666;
  text-align: center;
  border: 1px solid #999;
  border-radius: 3px;
}
.container .btnBox .confirm {
  background:  #ffb638!important;
}
.msgBox .btn {
  background:  #ffb638 !important;
}
.personalRight .order_list table .btn_info {
border: 1px solid #ffb638;
color: #ffb638;
margin-bottom: 6px;
}

.personalRight ul.list {
  width: 958px;
}

.personalRight ul.list li {
  width: 270px;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  margin: 26px 0px 0px 16px;
  position: relative;
  cursor: pointer;
  height: 352px;
}

.personalRight ul.list li .img {
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 8px;
}

.personalRight ul.list li div.info {
  padding: 20px;
  position: relative;
}

.personalRight ul.list li div.info h2 {
  font-size: 16px;
  color: #333;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 6px;
  font-weight: normal;
}

.personalRight ul.list li div.info p {
  color: #666;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.personalRight ul.list li hr.border-bottom {
  display: block;
  height: 0;
  width: 312px;
  position: absolute;
  bottom: 0px;
  left: -20px;
}

.personalRight ul.list li span.btn_del {
  position: absolute;
  bottom: 24px;
  right: 18px;
  width: 33px;
  height: 33px;
  background: url(/image/btn_del.png) no-repeat center;
  display: none;
}

.personalRight ul.list li i.ding {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 52px;
  height: 68px;
  border-radius: 8px;
  background: url(/image/ing.png) top right no-repeat;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  padding-right: 6px;
  text-align: right;
  line-height: 30px;
}

.personalRight ul.list li img.video {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 33%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  background: none !important;
  cursor: pointer;
}

.personalRight ul.list li:hover {
  margin: 10px 8px 10px -7px;
border: 3px solid #ffb638;
box-shadow: 6px 6px 0px #c5e0f0;
width: 310px;
}

.personalRight ul.list li:hover .img {
  height: 230px;
}

.personalRight ul.list li:hover div.info {
  padding: 20px 20px 30px;
}

.personalRight ul.list li:hover div.info h2 {
  font-size: 18px;
}

.personalRight ul.list li:hover div.info p,
.personalRight ul.list li:hover div.info span {
  font-size: 14px;
}

.personalRight ul.list li:hover div.info a.go {
  font-size: 20px;
  line-height: 32px;
}

.personalRight ul.list li:hover hr.border-bottom {
  bottom: -20px;
  left: 0;
}

.personalRight ul.list li:hover img.video {
  margin-top: -24px;
}

.personalRight ul.list li:hover span.btn_del {
  display: block;
}

.personalRight ul.list li:hover i.ding {
  font-size: 18px;
}

.personalRight .integretion {
  padding: 0 30px;
  overflow: hidden;
}

.personalRight .integretion .integretion_tit {
  margin-top: 12px;
  width: 100%;
  height: 85px;
  background: url(/image/jifen.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.personalRight .integretion .integretion_tit span.current_jifen {
  display: inline-block;
  line-height: 85px;
  font-size: 18px;
  color: #333333;
}

.personalRight .integretion .integretion_tit span.current_jifen b {
  font-size: 24px;
  margin-left: 6px;
}

.personalRight .integretion .integretion_tit span.explain {
  height: 19px;
  width: 80px;
  font-size: 14px;
color: #ffb638;
text-align: right;
position: absolute;
top: 16px;
right: 32px;
line-height: 19px;
background: url(/image/hp_explain.png) no-repeat left center;
font-weight: 600;
cursor: pointer;
}

.personalRight .integretion .integretion_list li {
  height: 70px;
  border-bottom: 1px dashed #dedede;
  padding: 0 35px 0 15px;
}

.personalRight .integretion .integretion_list li p span {
  display: block;
  float: left;
}

.personalRight .integretion .integretion_list li p b {
  display: block;
  float: right;
}

.personalRight .integretion .integretion_list li p.p_one {
  height: 38px;
  color: #333;
  font-size: 14px;
  line-height: 62px;
  overflow: hidden;
}

.personalRight .integretion .integretion_list li p.p_two {
  color: #666;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.personalRight .integretion .integretion_list li p.p_two b {
  font-weight: normal;
}

.personalRight .integretion .integretion_list #kkpager {
  padding-bottom: 10px;
}

.personalRight .certification {
  overflow: hidden;
  padding: 15px 20px;
  padding-bottom: 115px;
}

.personalRight .certification div.information {
  margin-top: 20px;
  line-height: 36px;
}

.personalRight .certification div.information input {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #666;
  font-size: 14px;
  border: 1px solid #dedede;
  padding: 0 10px;
  float: left;
}

.personalRight .certification div.information b {
  display: inline-block;
  font-weight: normal;
  color: #666;
  font-size: 14px;
  text-indent: 26px;
  width: 130px;
  float: left;
}

.personalRight .certification div.information b.impor {
  background: url(/image/important.png) no-repeat 10px center;
}

.personalRight .certification div.information .sel {
  background: #fff url(/image/sel_dateone.png) no-repeat 170px center;
  cursor: pointer;
}

.personalRight .certification div.information input.sel.cur {
  background: #fff url(/image/sel_datetwo.png) no-repeat 170px center;
}

.personalRight .certification div.information label.checkbox {
  display: inline-block;
  float: left;
  width: 12px;
  height: 11px;
  border: 1px solid #e2e2e2;
  background: #fff;
  position: relative;
  margin: 12px 14px;
  text-indent: -999px;
  cursor: pointer;
}

.personalRight .certification div.information label.checkbox span {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 13px;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(/image/duihao.png) no-repeat;
}

.personalRight .certification div.information label.radio {
  display: inline-block;
  float: left;
  width: 30px;
  height: 18px;
  position: relative;
}

.personalRight .certification div.information label.radio span {
  position: absolute;
  width: 19px;
  height: 18px;
  background: url(/image/hp_radio_bg.png) no-repeat;
  top: 9px;
  left: -1px;
  z-index: 3;
  cursor: pointer;
}

.personalRight .certification div.information label.radio span.cur {
  background-position: 0 -18px;
}

.personalRight .certification div.information .up {
  width: 216px;
}

.personalRight .certification div.information .up div.face {
  border: 1px solid #dedede;
  width: 200px;
  height: 126px;
  background: url(/image/face.png) no-repeat center;
}

.personalRight .certification div.information .up div.face img {
  display: block;
  width: 200px;
  height: 126px;
}

.personalRight .certification div.information a.btn {
  display: block;
  width: 98px;
  height: 28px;
border: 1px solid #ffb638;
text-align: center;
line-height: 28px;
border-radius: 3px;
font-size: 14px;
color: #ffb638;
margin-top: 10px;
position: relative;
}

.personalRight .certification div.information a.btn .uploadify-button-text {
  clear: both;
}

.personalRight .certification div.information a.btn_phone {
  margin: 4px 0 0 8px;
}

.personalRight .certification div.information a.btn_reader {
  margin-top: 4px;
}

.personalRight .certification div.information .code {
border: 1px solid #ffb638;
display: inline-block;
border-radius: 5px;
float: left;
width: 90px;
height: 36px;
margin-left: 10px;
}

.personalRight .certification div.information .getcode {
background: #ffb638;
line-height: 36px;
color: #fff;
font-size: 14px;
text-align: center;
}

.personalRight .certification div.information .getcode:active {
  background: #f7b53d;
  border: 1px solid #db9d2b;
}

.personalRight .certification div.information #ossfile span,
.personalRight .certification div.information #ossfile b{
  float: none!important;
}

#selectfiles.btn{
background-color: #ffb638!important;
border-color: #ffb638!important;
}

.personalRight .certification div.information span {
  font-size: 14px;
  color: #666;
  float: left;
}

.personalRight .certification div.information .show {
  width: 340px;
}

.personalRight .certification div.information .show img {
  display: block;
  width: 200px;
  height: 126px;
  float: left;
}

.personalRight .certification div.information .show div.company {
  float: right;
  width: 290px;
}

.personalRight .certification div.information .show div.company p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: normal;
}

.personalRight .certification div.information div.photo {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 26px;
}

.personalRight .certification div.information div.photo img {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.personalRight .certification div.information .fill_phone {
  width: 230px;
}

.personalRight .certification div.information a.mar19 {
  margin-top: 19px;
}

.personalRight .certification div.information .mar10 {
  margin-top: 10px;
}

.personalRight .certification div.information .w208 {
  width: 208px;
}

.personalRight .certification div.information .w178 {
  width: 178px;
}

.personalRight .certification div.information .w106 {
  width: 106px;
}

.personalRight .certification div.information .spacing {
  letter-spacing: 6px;
}

.personalRight .certification div.information .spacing_24 {
  display: inline-block;
  width: 29px;
}

.personalRight .certification div.information p {
  font-size: 14px;
  font-weight: 600;
}

.personalRight .certification div.information .col_one {
  color: #21a52a;
}

.personalRight .certification div.information .col_two {
color: #ffb638;
}

.personalRight .certification div.information .col_three {
  color: #fe4e02;
}

.personalRight .certification div.information select {
  border: 1px solid #e2e2e2;
  height: 32px;
  color: #666;
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px;
  width: 79px;
  display: inline-block;
  margin-right: 7px;
}

.personalRight .certification div.information select.year {
  width: 120px;
}

.personalRight .certification .border-bottom {
  margin-top: 36px;
  height: 0;
  border-bottom: 1px solid #e5e4e4;
}

.personalRight .certification a.post_btn {
  margin: 24px 0 0 132px;
  width: 158px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
background: #ffb638;
border: 2px solid #ffb638;
border-radius: 3px;
display: block;
}

.personalRight .certification a.new_post {
  width: 122px;
  background: #fe9002;
  border: 2px solid #fe6102;
  box-shadow: 3px 3px 0 #ffc477;
}

.personalRight .mynews {
  overflow: hidden;
  padding: 0 48px;
  position: relative;
}

.personalRight .mynews li {
  margin-top: 20px;
}

.personalRight .mynews li h5.time {
  font-size: 12px;
  color: #666;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  font-weight: normal;
}

.personalRight .mynews li div.info {
  border: 1px solid #dedede;
  padding: 20px;
  position: relative;
}

.personalRight .mynews li div.info h6.tit {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}

.personalRight .mynews li div.info p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.personalRight .mynews li div.info img.del {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 18px;
  cursor: pointer;
}

.personalRight .mynews .btn {
  display: inline-block;
  width: 98px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
color: #ffb638;
text-align: center;
border: 1px solid #ffb638;
border-radius: 3px;
position: absolute;
right: 48px;
top: 5px;
}

.order_time_site_pop {
  width: 340px;
  padding: 30px 0 10px 0;
  margin: 0 auto;
}
.order_time_site_pop .ts-wrap {
  margin-bottom: 30px;
}
.order_time_site_pop .ts-wrap .lab {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.order_time_site_pop .ts-wrap .time {
  font-size: 20px;
  color: #333;
}
.order_time_site_pop .site-info {
  background-color: #f5f5f5;
  padding: 8px 15px;
  user-select: none;
}
.order_time_site_pop .site-info .tit {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin-bottom: 4px;
}
.order_time_site_pop .site-info .add,
.order_time_site_pop .site-info .time {
  padding-left: 18px;
  font-size: 12px;
  color: #9a9a9a;
  line-height: 20px;
}
.order_time_site_pop .site-info .add {
  background: url("/image/site.png") no-repeat left center;
  background-size: 12px auto;
}
.order_time_site_pop .site-info .time {
  background: url("/image/time.png") no-repeat left center;
  background-size: 12px auto;
}

.jifengCont {
  width: 590px;
  margin-top: 15px;
}

.jifengCont .nc {
  height: 720px;
  overflow: auto;
}

.jifengCont .jtit {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  text-align: center;
  padding: 22px 0 10px 0;
  border-bottom: 1px dashed #cbcbcb;
}

.jifengCont img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/*select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/image/hp_select.png) no-repeat right;
}*/

.red {
  color: #ffffff !important;
}

.contentBook {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.BookOrderFlow {
  width: 830px;
  margin: 50px auto 30px;
}

.BookOrderFlow hr {
  display: block;
  width: 88px;
  height: 2px;
  background: #b2b2b2;
  margin: 11px 30px 0;
}

.BookOrderFlow .step {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}

.BookOrderFlow .step .yuan {
  background: url(/image/step.png) no-repeat;
  display: block;
  width: 18px;
  height: 24px;
  margin-right: 10px;
  padding-left: 7px;
  color: #fff;
}

.BookOrderFlow .stepWc.active .step {
color: #ffb638;
}

.BookOrderFlow .stepWc.active .step .yuan {
  background: url(/image/step_ac.png) no-repeat;
}

.BookOrderFlow .stepWc.active hr {
background: #ffb638;
}

.contentBook div.floor1 {
  padding: 20px;
  /* border: 1px solid #e2e2e2; */
  background: #fff;
}

.contentBook div.floor1 .img_text {
  /* margin-right: 40px;
  text-align: justify; */
}

.contentBook div.floor1 .img_text img {
  display: block;
  width: 300px;
  height: 215px;
  margin-bottom: 14px;
}

.contentBook div.floor1 .img_text .name {
  color: #333333;
  font-size: 24px;
  overflow: hidden;
  line-height: 34px;
  font-weight: normal;
}

.contentBook div.floor1 .img_text p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 24px;
  margin-bottom: 14px;
}

.contentBook div.floor1 .text {
  width: 398px;
}

.contentBook div.floor1 .text h3 {
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  height: 39px;
  line-height: 39px;
}

.contentBook div.floor1 .text div {
  margin-top: 11px;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  position: relative;
}

.contentBook div.floor1 .text div span {
  float: left;
  display: block;
  width: 85px;
  margin-right: 20px;
}

.contentBook div.floor1 .text div .col {
color: #ffb638;
}

.contentBook div.floor1 .text div input {
  float: left;
  display: block;
  width: 216px;
  /*height: 30px;*/
  border: 1px solid #e2e2e2;
  font-size: 12px;
  padding: 8px 8px;
  color: #666;
  cursor: pointer;
}

.contentBook div.floor1 .text div .sel_date {
  background: #fff url(/image/sel_dateone.png) no-repeat 190px center;
}

.contentBook div.floor1 .text div input.sel_date.cur {
  background: #fff url(/image/sel_datetwo.png) no-repeat 100px center;
}

.contentBook div.floor1 .text div .sel_times {
  background: #fff url(/image/arrowdown.png) no-repeat 194px center;
}
.contentBook div.floor1 .text div .sel_arrow {
  background: #fff url(/image/arrowdown.png) no-repeat 194px center;
}

.contentBook div.floor1 .text div ul.select,
.contentBook div.floor1 .text div ul.selectTime {
  width: 216px;
  border: 1px solid #e2e2e2;
  position: absolute;
  top: 31px;
  left: 105px;
  display: none;
  background: #fff;
  z-index: 1;
}

.contentBook div.floor1 .text div ul.select li,
.contentBook div.floor1 .text div ul.selectTime li{
  color: #333333;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  padding: 0 8px;
  cursor: pointer;
}

.contentBook div.floor1 .text div ul.select li:hover,
.contentBook div.floor1 .text div ul.select li.cur,
.contentBook div.floor1 .text div ul.selectTime li:hover,
.contentBook div.floor1 .text div ul.selectTime li.on{
  color: #fff;
background: #ffb638;
}

.contentBook div.floor2 h1 {
  height: 58px;
  color: #333;
  font-size: 18px;
  line-height: 80px;
  font-weight: normal;
}

.contentBook div.floor2 .sel_seat {
  height: 788px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.contentBook div.floor2 .sel_seat .insert_seat {
  height: 648px;
  padding: 10px 20px;
}

.contentBook div.floor2 .sel_seat h3 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
  padding: 0 20px;
}

.contentBook div.floor2 .sel_seat h3 span {
  font-size: 14px;
}

.contentBook div.floor2 .sel_seat .al_seat {
  padding: 0 20px;
  margin-top: 8px;
}

.contentBook div.floor2 .sel_seat .al_seat span {
  display: inline-block;
  height: 40px;
color: #ffb638;
font-size: 22px;
text-align: center;
padding: 0 14px;
border: 1px solid #ffb638;
line-height: 40px;
margin-right: 18px;
border-radius: 5px;
}

.contentBook .col {
color: #ffb638;
font-size: 14px;
}

.contentBook div.floor3 h1 {
  height: 58px;
  color: #333;
  font-size: 18px;
  line-height: 80px;
  font-weight: normal;
}

.contentBook div.floor3 div.section {
  padding: 0 30px 20px;
  border-bottom: 1px solid #e2e2e2;
}

.contentBook div.floor3 div.section form {
  /* width: 345px;
  margin-right: 20px; */
}

.contentBook div.floor3 div.section form p.col {
  line-height: 30px;
  font-size: 12px;
}

.contentBook div.floor3 div.section form h2 {
  font-size: 14px;
  color: #333;
  height: 26px;
  font-weight: normal;
  line-height: 14px;
}

.ticket_site_list {
  float: left;
  width: 870px;
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.ticket_site_list .item {
  flex: 0 0 auto;
  width: 250px;
  /*height: 85px;*/
  background-color: #f5f5f5;
  padding: 8px 15px;
  cursor: pointer;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0 !important;
}
.ticket_site_list .item.on {
  border-color: #4496D2;
}
.ticket_site_list .tit {
  font-size: 14px !important;
  color: #000 !important;
  line-height: 24px;
  margin-bottom: 4px;
  margin-top: 0 !important;
}
.ticket_site_list .add,
.ticket_site_list .time {
  padding-left: 18px;
  font-size: 12px !important;
  color: #9a9a9a !important;
  line-height: 20px;
  margin-top: 0 !important;
}
.ticket_site_list .add {
  background: url("/image/site.png") no-repeat left center;
  background-size: 12px auto;
}
.ticket_site_list .time {
  background: url("/image/time.png") no-repeat left center;
  background-size: 12px auto;
}

.informationBook {
  margin-top: 10px;
}

.informationBook span {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-right: 20px;
  float: left;
  width: 85px;
  height: 32px;
  line-height: 32px;
}

.informationBook .txt,
.informationBook select {
  display: block;
  float: left;
  border: 1px solid #e2e2e2;
  height: 30px;
  color: #666;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  width: 108px;
  float: left;
}

.informationBook .selUpDown {
  float: left;
}

.selUpDown {
  display: block;
  width: 130px;
  height: 30px;
  border: 1px solid #e2e2e2;
  position: relative;
}

.selUpDown .nTxt {
  font-size: 12px;
  color: #666;
  width: 96px;
  height: 28px;
  border: none;
  padding: 0 7px;
}

.selUpDown .up,
.selUpDown .down {
  width: 20px;
  height: 16px;
  background: url(/image/select.png) no-repeat;
  position: absolute;
  right: -1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.selUpDown .up {
  background-position: 0 0;
  top: -1px;
}

.selUpDown .down {
  background-position: 0 -16px;
  bottom: -1px;
}

.informationBook select {
  width: 130px;
  position: relative;
}

.informationBook .big_ipt {
  width: 208px;
}

.informationBook .getcode {
border: 1px solid #ffb638;
background-color: #ffb638;
display: block;
float: left;
border-radius: 5px;
float: left;
width: 90px;
height: 32px;
line-height: 32px;
overflow: hidden;
margin-left: 10px;
color: #fff;
text-align: center;
cursor: pointer;
}

.informationBook .btn {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #f7b53d;
  border-radius: 5px;
  margin-left: 75px;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 4px;
}

.informationBook .btn:active {
background: #ffb638;
}

.contentBook div.floor3 div.section .note {
  width: 550px;
  padding: 10px;
}

.contentBook div.floor3 div.section .note h2 {
color: #ffb638;
font-size: 18px;
font-weight: normal;
margin-bottom: 9px;
}

.contentBook div.floor3 div.section .note p {
  color: #666;
  line-height: 20px;
  font-size: 12px;
}

.contentBook .accept {
  height: 54px;
  line-height: 4px;
  vertical-align: middle;
  text-align: center;
}

.contentBook .accept label {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #e2e2e2;
  background: #fff;
  margin-top: 21px;
  position: relative;
  text-indent: -9999px;
  margin-right: 10px;
}

.contentBook .accept label span {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 13px;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(/image/duihao.png) no-repeat;
}

.contentBook .acceptWc {
  padding-bottom: 100px;
}

.contentBook .acceptWc .totalBtn {
  display: block;
  margin: 16px auto 0;
}

.contentBook .confirm {
  border: 1px solid #e2e2e2;
  padding: 20px;
}

.contentBook .confirm .img {
  display: block;
  width: 300px;
  height: 222px;
  margin-right: 40px;
}

.contentBook .confirm .info {
  width: 598px;
  padding: 5px 0;
}

.contentBook .confirm .info p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}

.contentBook .confirm .info .totalBtn {
  width: 120px;
  margin-top: 18px;
}

.contentBook .confirm .info p span {
  display: inline-block;
  width: 64px;
}

.contentBook .confirm .info .btn {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 0 40px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  margin-right: 23px;
  margin-top: 18px;
  border-radius: 3px;
}

.contentBook .confirm .info .back_btn {
  border: 2px solid #a2a1a1;
  background: #bcbcbc;
  box-shadow: 3px 3px 0px #e5e4e4;
}

.contentBook .confirm .info .sure_btn {
background: #ffb638;
border: 2px solid #ffb638;
box-shadow: 3px 3px 0 #c5e0f0;
}

.contentBook .confirm .info .sure_btn:active {
  background: #f7b53d;
  border: 2px solid #db9d2b;
  box-shadow: 3px 3px 0 #ffe2ad;
}

.contentBook .complete {
  border: 1px solid #e2e2e2;
  padding: 30px 20px;
  text-align: center;
}

.contentBook .complete h2 {
color: #ffb638;
margin-bottom: 14px;
font-size: 18px;
font-weight: normal;
}

.contentBook .complete p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.contentBook .complete p.colo {
  margin-top: 18px;
  color: #ff7e00;
}

.contentBook .complete .btn {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 0 40px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  margin-right: 23px;
  margin-top: 26px;
  border-radius: 3px;
}

.contentBook .complete .totalBtn {
  margin-top: 26px;
}

/* 活动室预定 */
.playroom {
  width: 100%;
  margin-top: 40px;
}

.playroom .room {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.playroom .room .reserveBtn{
  width: 110px;
  height: 34px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #F6F8F9;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  cursor: pointer;
}
.playroom .room .reserveBtn img{
  width: 15px;
}
.playroom .room .room_title {
  font-size: 18px;
  color: #666;
}

.playroom .room .room_title span {
  display: inline-block;
  font-size: 14px;
color: #ffb638;
}

.playroom .roomtime {
  width: 980px;
  margin: 0 auto;
  margin-top: 20px;
}

.playroom .roomtime .roomtable {
  width: 840px;
  margin-left: 2px;
  position: relative;
  float: left;
}

.playroom .roomtime .roomtable .notopen {
  background: #f2f2f2;
  font-size: 18px;
  color: #666;
}

.playroom .roomtime .roomtable .notbook {
  background: #f7b53d;
}

.playroom .roomtime .roomtable .notbook p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.playroom .roomtime .roomtable .canbook {
  background: #c5e0f0;
  cursor: pointer;
}

.playroom .roomtime .roomtable .canbook p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
}

.playroom .roomtime .roomtable .bookclick {
background: url("/bookroom.png") no-repeat right bottom #ffb638 !important;
}

.playroom .roomtime .roomtable .bookclick p {
  color: #fff;
}

.playroom .roomtime .roomtable .rooma {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  left: -56px;
  top: 50%;
  margin-top: -24px;
}

.playroom .roomtime .roomtable .rooma img {
  display: block;
  width: 48px;
  height: 48px;
}

.playroom .roomtime .roomtable .roomnext {
  left: auto;
  right: -56px;
}
/*
.bookactivityroom {
  width: 304px;
  margin: 0 auto;
}

.bookactivityroom h1 {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: 500;
  height: 57px;
  line-height: 64px;
  text-align: left;
}

.bookactivityroom h2 {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  padding-bottom: 14px;
  text-align: left;
}

.bookactivityroom .roomimage {
  padding-bottom: 16px;
}

.bookactivityroom .roomimage img {
  display: block;
  width: 304px;
  height: 227px;
}

.bookactivityroom .roominfo {
  padding-bottom: 26px;
  border-bottom: 1px solid #e2e2e2;
}

.bookactivityroom .roominfo .roominfolist {
  padding-left: 8px;
}

.bookactivityroom .roominfo .roominfolist span {
  float: left;
  width: 92px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.bookactivityroom .roominfo .roominfolist span + span {
  width: 202px;
}

.bookactivityroom .playroominfo {
  padding-left: 10px;
  background: url(/image/must.png) no-repeat left 16px;
  border-bottom: 1px solid #e2e2e2;
}

.bookactivityroom .playroominfo span {
  float: left;
  width: 92px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: left;
}

.bookactivityroom .playroominfo span + span {
  color: #a0a0a0;
}

.bookactivityroom .playroominfo input {
  float: left;
  padding: 12px 0;
  border: 0;
  width: 202px;
  color: #666;
  font-size: 14px;
}

.bookactivityroom .bookwarn {
  font-size: 14px;
  color: #ff0000;
  padding-top: 20px;
  text-align: left;
}
*/
.submit {
  width: 304px;
  margin: 0 auto;
}

.submit .submit_top {
  padding-top: 36px;
  padding-left: 30px;
  border-bottom: 1px dashed #e2e2e2;
  padding-bottom: 32px;
  text-align: left;
}

.submit .submit_top h3 {
  font-size: 18px;
color: #ffb638;
padding-bottom: 16px;
font-weight: 500;
text-align: left;
}

.submit .submit_top p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: left;
}

.submit .submit_bot {
  padding-top: 24px;
  padding-left: 30px;
}

.submit .submit_bot h4 {
  font-size: 16px;
  color: #666;
  padding-bottom: 10px;
  font-weight: 500;
  text-align: left;
}

.submit .submit_bot p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: left;
}

/*秒杀*/
.actMiaosha {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #ffb638;
}

.fs14 {
  font-size: 14px;
}

.bgf2f2f2 {
  background-color: #F2F2F2 !important;
}

.c808080 {
  color: #808080 !important;
}

.padding-left50 {
  padding-left: 50px;
}

.ms-live-list {
  line-height: 60px;
  height: 60px;
  margin-left: 30px;
  text-align: center;
  padding-right: 25px;
  float: left;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.border-right {
  border-right: 1px solid #f0f0f0;
}

.w100 {
  width: 100px;
}

.bgf3d6d0 {
  background-color: #f3d6d0 !important;
}

.cbd4b34 {
  color: #bd4b34 !important;
}

.bgc5e0f0 {
  background-color: #c5e0f0 !important;
}

.c26c8c4 {
color: #ffb638 !important;
}

.renovate {
  position: absolute;
  left: 25px;
  top: 5px;
  width: 20px;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -o-transition: -o-transform 1s ease-out;
  -ms-transition: -ms-transform 1s ease-out;
  transform-origin: center 15.5px;
}

/*活动室预定*/
.time-menu-div {
  margin: auto;
  /*height: 510px;*/
}

.time-menu {
  text-align: center;
}

.time-menu > li {
  float: left;
  border-right: 2px solid #fff;
}

.time-menu-act > li {
  padding-top: 15px;
  height: 75px;
  /* width: 138px; */
  width: 118px;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}

.time-menu-data {
  padding: 0px !important;
  font-size: 16px;
  height: 90px !important;
background-color: #ffb638;
color: #fff;
}

.bgdde0f2 {
  background-color: #c5e0f0 !important;
}

.time-menu-data > p {
  line-height: 90px !important;
}

.time-menu-act > li > p {
  line-height: 30px;
}

.bg7279a0 {
background-color: #ffb638 !important;
}

.cfff {
  color: #fff !important;
}

/* 文化品牌 */
.brandBanBox {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.brandBanBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -67px;
  bottom: 20px;
  z-index: 1;
}

.brandBanBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.brandBanBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  text-align: center;
  background: url(/image/brandlihui.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.brandBanBox .hd ul li.on {
  color: #fff;
  background-image: url(/image/brandlilan.png);
}

.brandBanBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.brandBanBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.brandBanBox .bd img {
  width: 1200px;
  height: 400px;
  display: block;
}

.art {
  width: 100%;
  margin-top: 45px;
}

.art_top {
  width: 1190px;
  margin: 0 auto;
  height: 36px;
  position: relative;
  margin-bottom: 30px;
  background: url(/image/art.png) no-repeat top left;
}

.art_top .arttitle {
  position: absolute;
  font-size: 18px;
  color: #666;
  left: 394px;
  bottom: 0;
}

.art_top .arrange {
  position: absolute;
  right: 84px;
  bottom: -5px;
}

.art_top .arrange a {
  display: block;
  text-decoration: underline;
  font-size: 18px;
  color: #dc8e4e;
}

.art_top .linkmore {
  position: absolute;
  right: 9px;
  bottom: 0;
}

.art_top .linkmore a {
  display: block;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.art_top .linkmore a:hover {
color: #ffb638;
}

.art_bottom {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

.art_bottom .floktabulation {
  width: 1210px;
  margin: 0 auto;
}

.art_bottom ul {
  margin-right: -30px;
  padding-top: 20px;
}

.art_bottom li {
  width: 310px;
  float: left;
  height: 460px;
}

.art_bottom li .allDiv {
  width: 280px;
  cursor: pointer;
  height: 430px;
  background: #d5f9ff;
  margin-right: 30px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.art_bottom li .pic {
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.art_bottom li img {
  width: 100%;
  height: 100%;
}

.art_bottom li .floklist_info {
  padding: 0 20px;
}

.art_bottom li h5 {
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: 500;
  margin: 20px 0;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.art_bottom li .neir {
  line-height: 20px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 80px;
  -webkit-line-clamp: 4;
}

.art_bottom li .sjdd {
  line-height: 20px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  max-height: 40px;
  margin-top: 4px;
}

.art_bottom li .sjdd .s1 {
  display: block;
  width: 40px;
  float: left;
}

.art_bottom li .sjdd .s2 {
  display: block;
  width: 200px;
  float: left;
}

.art_bottom li .flok_look {
  display: block;
  font-size: 18px;
color: #ffb638;
margin-top: 18px;
}

.art_bottom li .video {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 76px;
  left: 50%;
  margin-left: -24px;
  background: url(/image/video.png) no-repeat center;
}

.art_bottom li .list_book {
  margin-top: 20px;
}

.art_bottom li .list_book .zuo {
  float: left;
}

.art_bottom li .list_book .zuo a {
  display: block;
  font-size: 18px;
  color: #c16458;
}

.art_bottom li .list_book .you {
  float: right;
  font-size: 14px;
  color: #ff4e00;
  margin-top: 2px;
}

.art_bottom li .biaoq {
  display: block;
  position: absolute;
  left: 14px;
  top: 170px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  min-width: 67px;
background-color: #ffb638;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.art_bottom li .allDiv:hover {
  width: 310px;
border: 3px solid #ffb638;
height: 454px;
-ms-box-shadow: 6px 6px 0 #c5e0f0;
-o-box-shadow: 6px 6px 0 #c5e0f0;
box-shadow: 6px 6px 0 #c5e0f0;
margin: -12px 12px 12px -18px;
}

.art_bottom li .allDiv:hover .pic {
  height: 230px;
}

.art_bottom li .allDiv:hover h5 {
  font-size: 18px;
}

.art_bottom li .allDiv:hover .neir {
  font-size: 14px;
}

.art_bottom li .allDiv:hover .flok_look {
  font-size: 20px;
}

.art_bottom li .allDiv:hover .video {
  top: 90px;
}

.art_bottom li .allDiv:hover .list_book .zuo a {
  font-size: 20px;
}

.art_bottom li .allDiv:hover .list_book .you {
  font-size: 16px;
}

.art_bottom li .allDiv:hover .biaoq {
  font-size: 14px;
  top: 190px;
}

.ployBigXj li .allDiv {
  background: #faebdc;
}

.characterDs li .allDiv {
  background: #e5edf7;
}

.art_bottom_xxy li {
  margin-bottom: 30px;
  height: 440px;
  border-bottom: 1px dashed #dcdcdc;
}

.art_bottom_xxy li .allDiv {
  background: #fff;
}

.art_bottom_xxy {
  width: 950px;
  margin-left: -20px;
}

.art_bottom_xxy .floktabulation {
  width: 900px;
}

.art_top.childrenart {
  background-image: url(/image/childrenart.png);
}

.art_top.childrenart .arttitle {
  left: 364px;
}

.childrenart_obt {
  width: 1200px;
  margin: 0 auto;
  margin-top: 27px;
  overflow: hidden;
}

.childrenart_obt li {
  margin-bottom: 20px;
  width: 1200px;
  height: 500px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.childrenart_obt .childrenimg {
  width: 100%;
  height: 100%;
}

.childrenart_obt .exhibit {
  position: absolute;
  width: 334px;
  height: 500px;
  left: 866px;
  top: 0;
  background: url(/image/ys1.png);
  /*overflow: visible!important;*/
}

.childrenart_obt .exhibit .jiao {
  position: absolute;
  width: 20px;
  height: 44px;
  left: -20px;
  top: 50%;
  margin-top: -22px;
  background: url(/image/ys1_1.png) no-repeat right center;
}

.childrenart_obt .exhibit .exhibit_title {
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: -22px;
}

.childrenart_obt .exhibit .exhibit_detail {
  width: 624px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -312px;
  top: 140px;
}

.childrenart_obt .exhibit .exhibit_detail h5 {
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.childrenart_obt .exhibit .exhibit_detail p {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  min-height: 96px;
}

.childrenart_obt .exhibit .exhibit_detail a {
  display: block;
  width: 78px;
  margin: 0 auto;
  line-height: 32px;
  background: #aa72de;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  margin-top: 34px;
  text-align: center;
}

.childrenart_obt li:hover .exhibit_title {
  display: none;
}

.childrenart_obt li:hover .exhibit_detail {
  display: block;
}

.art_top.opera {
  background-image: url(/image/shopera.png);
}

.art_top.opera .arttitle {
  left: 164px;
}

.operapart {
  width: 1210px;
  margin: 0 auto;
  overflow: hidden;
}

.operapart ul {
  margin-right: -30px;
}

.operapart li {
  width: 590px;
  height: 440px;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.operapart li .operaimg {
  width: 100%;
  height: 100%;
}

.operapart li .opera_detail {
  position: absolute;
  width: 590px;
  height: 140px;
  top: 302px;
  background: url(/image/ys2.png) repeat;
}

.operapart li .opera_detailtext {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 34px;
  width: 532px;
}

.operapart li .opera_detailtext h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 18px;
}

.operapart li .opera_detailtext p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.operapart li:hover .opera_detail {
  height: 442px;
}

.operapart li:hover .opera_detailtext {
  top: 194px;
}

.operapart li:hover .opera_detailtext p {
  height: 100px;
  -webkit-line-clamp: 5;
}

.art_top.oneland {
  background-image: url(/image/oneland.png);
}

.art_top.oneland .arttitle {
  left: 166px;
}

.onelandList {
  width: 1210px;
  margin: 0 auto;
  overflow: hidden;
}

.onelandList .ydypLeft {
  float: left;
  width: 332px;
  height: 642px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.onelandList .ydypLeft .lv {
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/image/ys3.png) repeat;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  padding-top: 28px;
}

.onelandList .ydypLeft .wz {
  width: 255px;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
}

.onelandList .ydypRight {
  width: 855px;
  float: right;
  overflow: hidden;
}

.onelandListFang {
  margin-right: -25px;
}

.onelandListFang li {
  width: 415px;
  height: 310px;
  float: left;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.onelandListFang li .operaimg {
  width: 100%;
  height: 100%;
}

.onelandListFang li .opera_detail {
  position: absolute;
  width: 414px;
  height: 98px;
  top: 213px;
  background: url(/image/ys3.png) repeat;
}

.onelandListFang li .opera_detail .opera_detailbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #56a932;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE */
  -moz-opacity: 0.7;
  /* 老版Mozilla */
  -khtml-opacity: 0.7;
  /* 老版Safari */
  border-radius: 0 0 8px 8px;
}

.onelandListFang li .opera_detailtext {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 34px;
  width: 374px;
}

.onelandListFang li .opera_detailtext h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 12px;
}

.onelandListFang li .opera_detailtext p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.onelandListFang li:hover .opera_detailbg {
  border-radius: 8px;
}

.onelandListFang li:hover .opera_detailtext {
  top: 100px;
}

.onelandListFang li:hover .opera_detailtext p {
  height: 100px;
  -webkit-line-clamp: 5;
}

.art_top.ploy {
  background-image: url(/image/brandpoly.png);
  margin-top: 0;
}

.art_top.ploy .arttitle {
  left: 190px;
}

.art_top.character {
  background-image: url(/image/slim.png);
}

.art_top.character .arttitle {
  left: 358px;
}

#arrangedetail {
  width: 744px;
  margin: 0 auto;
  padding-top: 34px;
}

#arrangedetail_top {
  width: 100%;
  background: #f6f6f6;
}

#arrangedetail_top table tr td {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
}

#arrangedetail_top table tr .sequence p {
  padding-left: 15px;
}

#arrangedetail_bot {
  width: 100%;
  text-align: left;
}

#arrangedetail_bot table tr td {
  font-size: 12px;
  color: #7c7c7c;
  line-height: 47px;
  border-bottom: 1px dashed #cac8c8;
  text-align: left;
}

#arrangedetail_bot table tr .sequencenum p {
  padding-left: 14px;
}

/* 数字非遗 */
.intangiblelogo {
  width: 1210px;
  height: 300px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.intangiblelogo img {
  display: block;
  width: 1210px;
  height: 300px;
}

.brandlist {
  width: 1192px;
  margin: 0 auto;
  margin-top: 30px;
}

.brandlist .brandlist_left {
  float: left;
  margin-right: 36px;
  width: 240px;
  /*background-image: url('/image/layer.png');*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100% 100%;*/
}

.brandLeftnav {
  width: 230px;
  margin: 0 auto;
  background-color: #fff;
  border: 5px solid #d4e8f4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.brandLeftnav .ncdiv {
border: 2px solid #ffb638;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
}

.brandLeftnav .navTop {
  margin: 0 auto;
  height: 50px;
  background: url("/image/pattern.png") no-repeat center;
background-color: #ffb638;
}

.brandLeftnav .navTop .brand_title {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding-top: 14px;
  height: 25px;
}

.brandLeftnav .navUl {
  width: 216px;
  margin: 0 auto;
  margin-top: 16px;
  padding-bottom: 22px;
}

.brandLeftnav .navUl li {
  line-height: 40px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}

.brandLeftnav .navUl li strong {
  float: left;
  width: 5px;
  height: 38px;
  background: url(/image/brandnotchoose.png) no-repeat left center;
  margin-right: 10px;
  margin-left: 12px;
}

.brandLeftnav .navUl li span {
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

.brandLeftnav .navUl .brandli {
  background: #f7b53d;
}

.brandLeftnav .navUl .brandli strong {
  background-image: url(/image/brandchoose.png);
}

.brandLeftnav .navUl .brandli span {
  color: #fff;
}

.brandlist .brandlist_right {
  float: left;
  width: 914px;
}

.brandlist .brandlist_right .brandlist_right_top {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

.brandlist .brandlist_right .brandlist_right_top strong {
  float: left;
  margin-left: 24px;
  margin-top: 7px;
  width: 5px;
  height: 19px;
background: #ffb638;
}

.brandlist .brandlist_right .brandlist_right_top span {
  float: left;
  font-size: 24px;
  color: #333;
  margin-left: 13px;
  margin-bottom: 14px;
}

.brandlist .brandlist_right .brandlist_right_top a {
  float: right;
  margin-top: 10px;
  width: 64px;
  line-height: 32px;
background: #ffb638;
border-radius: 5px;
font-size: 14px;
color: #fff;
text-align: center;
cursor: pointer;
}

.brandlist .brandlist_right .brandlist_right_bot {
  width: 100%;
  padding-top: 13px;
border-bottom: 2px solid #ffb638;
}

.brandlist .brandlist_right .brandlist_right_bot a {
  float: left;
  height: 40px;
  line-height: 44px;
  padding: 0 18px;
  font-size: 18px;
color: #ffb638;
border-radius: 3px 3px 0 0;
}

.brandlist .brandlist_right .brandlist_right_bot .selecta {
background: #ffb638;
color: #fff;
}

/* 数字非遗详情 */
.videodetail {
  width: 100%;
  margin-top: 26px;
  padding-bottom: 20px;
}

.videodetail .detail {
  width: 980px;
  margin: 0 auto;
  padding-top: 0;
}

.videodetail .detail .detail_title {
  width: 726px;
  position: relative;
}

.videodetail .detail .detail_title h1 {
  float: left;
  width: 490px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
  margin: 0;
}

.videodetail .detail .detail_title .detail_click {
  position: absolute;
  bottom: -5px;
  right: -24px;
}

.detail_matter .detail_matter_left .video_part {
  width: 726px;
  height: 542px;
  background: #000000;
  margin-bottom: 20px;
}

.detail_matter .detail_matter_left .photogallery {
  width: 726px;
  margin-bottom: 20px;
}

.detail_matter .detail_matter_left .photogallery .photogallerybigimg {
  width: 726px;
  height: 540px;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.detail_matter .detail_matter_left .photogallery .photogallerybigimg img {
  display: block;
  width: 100%;
  height: 100%;
}

.detail_matter .detail_matter_left .photogallery .photo_carousel {
  width: 706px;
  margin: 0 auto;
}

.photo-left {
  width: 706px;
  position: relative;
}

.photo-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.photo-left .bd ul li {
  margin: 0 3px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.photo-left .bd ul li .pic {
  width: 168px;
  height: 124px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
}

.photo-left .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-left .bd ul .photoli .pic {
border-color: #ffb638;
}

.photo-left .prev,
.photo-left .next {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 18px;
  height: 36px;
}

.photo-left .prev img,
.photo-left .next img {
  display: block;
  width: 18px;
  height: 36px;
}

.photo-left .next {
  left: auto;
  right: 0;
}

.photo-left .prevStop {
  display: none;
}

.photo-left .nextStop {
  display: none;
}

/*在线选座*/
.seatCharts-seat {
  color: #fff;
  cursor: pointer;
}

.seatCharts-cell {
  width: 40px;
  height: 38px;
  text-align: center;
  margin: 10px 10px;
  float: left;
  outline: none;
  font-size: 14px;
  background: url(/image/seat-icon-mh.png) no-repeat;
}

.seatCharts-cell p {
  display: none;
}

.seatCharts-space {
  background: none;
}

.select-seat {
  border: 1px solid #e2e2e2;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.select-seat .unavailable {
  background-position: 0 -76px;
}

.select-seat .selected {
  background-position: 0 -38px;
}

.select-seat .available {
  background-position: 0 0;
}

.select-seat .legend {
  margin: 30px auto;
  text-align: center;
}

.select-seat .legend span {
  display: inline-block;
  margin: 0 30px;
}

.select-seat .legend span em {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 60px;
  margin-right: 20px;
  background: url(/image/seat-icon-1-mh.png) no-repeat;
}

.select-seat .legend .unavailable em {
  background-position: 0 -120px;
}

.select-seat .legend .selected em {
  background-position: 0 -60px;
}

.select-seat .legend .available em {
  background-position: 0 0;
}

.select-seat .btn-finish {
  width: 750px;
  height: 90px;
  line-height: 90px;
  text-align: center;
background: #ffb638;
color: #FFFFFF;
font-size: 40px;
position: fixed;
bottom: 0;
}

#seat-map {
  /*width: 100%;*/
  padding: 50px 80px;
  position: relative;
  /*margin-top: 50px;*/
}

.seat-row {
  display: block;
  position: absolute;
  left: 30px;
  top: 100px;
  width: 45px;
  z-index: 10;
  background: url(/image/seat-icon-zw.png) repeat;
  border-radius: 20px;
}

.seatCharts-row {
  /*height: 75px;*/
  overflow: hidden;
}

.select-seat .tit {
  /*position: fixed;
  bottom: 90px;*/
  width: 750px;
  height: 70px;
  line-height: 40px;
  padding: 25px 22px;
  background: #FFFFFF;
}

.select-seat .yxzw {
  font-size: 18px;
  color: #333;
  padding: 0 20px;
  margin-bottom: 10px;
}

.select-seat .yxzw span {
  font-size: 14px;
  color: #ff0000;
  padding-left: 10px;
}

.select-seat .seatXz {
  padding: 0 20px;
}

.select-seat .seatXz .seat-txt {
  line-height: 68px;
  margin-top: 5px;
border: 1px solid #ffb638;
color: #ffb638;
padding: 10px 28px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-right: 20px;
}

.seat-row > ul > li > p {
  width: 45px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.select-seat .seat-box {
  width: 980px;
  height: 630px;
  overflow: auto;
  position: relative;
}

.seat-map {
  width: 980px;
  height: 700px;
}

.select-seat .front {
  text-align: center;
}

.select-seat .front img {
  display: block;
  margin: 0 auto;
}

/* 文化地图 */
.wenhuaMapWc {
  min-width: 1240px;
  margin: 0 auto;
}

.cultureTopList {
  width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
  border-bottom: 1px solid #e2e2e2;
  margin: 30px auto;
}

.cultureTopList .zuo {
  float: left;
  width: 80px;
}

.cultureTopList .you {
  float: left;
  width: 1070px;
}

.cultureTopList .la {
  display: block;
  float: left;
  font-size: 14px;
color: #ffb638;
text-align: center;
height: 32px;
line-height: 32px;
overflow: hidden;
padding: 0 18px;
margin-bottom: 10px;
margin-right: 10px;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
}

.cultureTopList .la.cur {
background-color: #ffb638;
color: #fff;
}

/* start 文化地图（高德，手绘地图） */
.cultureMapNav {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
}

.cultureMapNav a {
  display: block;
  float: left;
  _display: inline;
  font-size: 14px;
  color: #333;
  padding: 0 48px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.cultureMapNav a em {
  display: none;
  width: 74px;
  height: 3px;
background-color: #ffb638;
position: absolute;
left: 50%;
margin-left: -37px;
bottom: 9px;
}

.cultureMapNav a.cur {
color: #ffb638;
font-weight: bold;
}

.cultureMapNav a.cur em {
  display: block;
}

.cultureMapNav span {
  display: block;
  float: left;
  _display: inline;
  height: 50px;
  line-height: 50px;
}

.amap-logo,
.amap-copyright {
  display: none !important;
}

.cultureMap {
  width: 1200px;
  height: 910px;
  border: 1px solid #e2e2e2;
  border-top: 0;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}

.cultureMapInfo {
  width: 360px;
  margin: 0 30px;
  padding-top: 20px;
}

.cultureMapInfo .tit {
  font-size: 18px;
color: #ffb638;
line-height: 26px;
padding-right: 10px;
padding-bottom: 15px;
border-bottom: 1px solid #ffb638;
}

.cultureMapInfo .tuwen {
  margin-top: 20px;
}

.cultureMapInfo .tuwen .pic {
  width: 144px;
  height: 106px;
  float: left;
  position: relative;
  overflow: hidden;
}

.cultureMapInfo .tuwen .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.cultureMapInfo .tuwen .char {
  width: 190px;
  float: left;
  margin-left: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #656565;
}

.cultureMapInfo .tuwen .cp {
  margin-top: 8px;
  max-height: 44px;
  overflow: hidden;
}

.cultureMapInfo .cmBtn {
  text-align: center;
  margin-top: 15px;
}

.cultureMapInfo .cmBtn .totalBtn {
  width: 160px;
  display: block;
}

.cultureMap .amap-adcontent-body {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.cultureMap .amap-adcombo-close {
  background: url(/image/hp_mapIcon3.png) no-repeat;
  right: 25px;
  top: 26px;
}

.cultureMap .amap-info-combo {
  padding-bottom: 20px;
}

.cultureMap .amap-info-combo table {
  margin-top: 20px;
}

.cultureMap .amap-info-close {
  background: url(/image/hp_mapIcon3.png) no-repeat;
  right: 25px !important;
  top: 26px;
  text-indent: 999px;
}

.amap-info-content {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  padding-bottom: 28px;
}

.amap-info-content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.amap-info-sharp {
  display: none;
}

.cultureMapInfoHand {
  width: 410px;
  margin: 0 16px;
}

.cultureMapInfoHand .tit {
  padding-left: 5px;
  padding-right: 27px;
}

.cultureMapInfoHand .tuwen .pic {
  width: 230px;
  height: 170px;
  float: none;
  margin: 0 auto;
}

.cultureMapInfoHand .tuwen .char {
  width: 230px;
  float: none;
  margin: 0 auto;
  margin-top: 15px;
}

.cultureMapInfoHand .cmBtn .totalBtn {
  margin: 0 auto;
}

/* end 文化地图（高德，手绘地图） */
/* 文化地图 -- 场馆活动 */
.wenhuaMapLieb {
  min-width: 1240px;
  margin: 0 auto;
}

.art_bottom_mapVen {
  width: 1010px;
  margin: 0 auto;
}

.art_bottom_mapVen .floktabulation {
  width: 1000px;
}

.art_bottom_mapVen li {
  padding-left: 15px;
  padding-right: 15px;
}

.culMapTitBack {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 6px;
}

.culMapTitBack h1 {
  float: left;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  margin-top: 16px;
}

.culMapTitBack a {
  float: right;
  width: 64px;
  margin-top: 18px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
background: #ffb638;
border-radius: 5px;
cursor: pointer;
}

/*列表页*/
.top_method {
  width: 1200px;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
}

.top_method .login_reg {
  color: #333333;
  font-size: 12px;
}

.top_method .login_reg a {
  color: #333333;
  font-size: 12px;
  display: inline-block;
  margin: 0px 5px;
}

.top_method .login_reg .blue {
  color: #147dad;
}

.top_method ul li {
  background: url(/image/hp_line.png) no-repeat right center;
  float: left;
  display: inline;
  margin-right: 15px;
}

.top_method ul li a {
  color: #434343;
  font-size: 12px;
}

.top_method ul li a.a_one {
  background: url(/image/hp_user.jpg) no-repeat left center;
  padding-left: 15px;
  margin-right: 15px;
}

.top_method ul li a.a_two {
  background: url(/image/hp_pen.jpg) no-repeat left center;
  padding-left: 15px;
  margin-right: 15px;
}

.top_method ul li a.a_three {
  background: url(/image/hp_phone.jpg) no-repeat left center;
  padding-left: 15px;
  margin-right: 15px;
}

.top_method ul li a.a_four {
  background: url(/image/hp_wx.png) no-repeat left center;
  padding-left: 22px;
  margin-right: 15px;
}

.top_method ul li:last-child {
  background: none;
  margin-right: 0px;
}

.top_method ul .weixin {
  position: relative;
}

.top_method ul li .ewm_mobile {
  display: none;
  position: absolute;
  left: -26px;
  z-index: 10;
}

.top_method ul li .ewm_mobile > div {
  width: 95px;
  height: 95px;
  overflow: hidden;
  background: url("/image/in_ewm_bg.png") repeat;
  border: solid 1px #e3e3e3;
  padding: 8px;
}

.hp_navbg {
  width: 100%;
  height: 58px;
  background: url(/image/hp_nav.png) repeat;
}

.hp_nav {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hp_nav .logo {
  width: 50px;
  height: 48px;
  margin-left: 40px;
  padding-top: 6px;
}

.hp_nav .logo a {
  display: inline-block;
}

.hp_nav .logo a img {
  display: inline-block;
}

.hp_nav ul {
  margin-left: 55px;
}

.hp_nav ul li {
  float: left;
  display: inline;
  margin-top: 20px;
  text-align: center;
}

.hp_nav ul li a {
  width: 50px;
  padding-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
}

.hp_nav ul li a:hover {
  width: 50px;
  border-bottom: 3px solid #f2a830;
  padding-bottom: 8px;
  color: #f2a830;
  font-size: 18px;
}

.hp_nav ul li.h_nav a {
  display: inline-block;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
}

.hp_nav .h-form {
  position: relative;
  width: 390px;
  height: 28px;
  border: solid 1px #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ffffff;
  margin-left: 22px;
  margin-top: 13px;
}

.hp_nav .h-form .sim-select {
  float: left;
  width: 50px;
  height: 28px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hp_nav .h-form .sim-select h3 {
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  border-right: 1px solid #e1e1e1;
  margin-top: 5px;
  padding-right: 9px;
}

.hp_nav .h-form .sim-select span {
  display: inline-block;
  color: #9b9b9b;
  font-size: 14px;
}

.hp_nav .h-form .sim-select i {
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/image/hp_xl.png) no-repeat 0px 0px;
}

.hp_nav .h-form .sim-input {
  float: left;
  width: 278px;
  line-height: 20px;
  padding: 4px 0;
  border: 0;
  outline: none;
  margin-left: 24px;
}

.hp_nav .h-form .submit-btn {
  float: left;
  width: 21px;
  height: 17px;
  background: url(/image/hp_search.png) no-repeat;
  margin: 6px 10px 5px 5px;
  border: 0;
  cursor: pointer;
  outline: none;
}

.hp_nav .h-form .sim-ul-flt {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 4;
  padding: 6px 0 0;
  background: url("/image/slide-down.png") no-repeat center top;
}

.hp_nav .h-form .sim-ul-flt .select {
  width: 58px;
  border: solid 1px #cccccc;
  border-top: 0;
}

.hp_nav .h-form .sim-ul-flt .select a {
  display: block;
  line-height: 30px;
  text-align: center;
  border-top: solid 1px #cccccc;
  color: #9b9b9b;
  font-size: 14px;
  cursor: pointer;
}

.hp_nav .h-form .sim-ul-flt .select a:first-child {
  border-top: 0;
}

.hp_nav .h-form .sim-ul-flt .select a:hover {
color: #ffb638;
}

#number_code {
  position: absolute;
  top: 35px;
  right: -32px;
  z-index: 10;
  width: 208px;
  height: 126px;
  border: 1px solid #e3e3e3;
  background: url("/image/in_ewm_bg.png") repeat;
  overflow: hidden;
  padding-left: 8px;
  padding-top: 7px;
  display: none;
  cursor: pointer;
}

#number_code div {
  float: left;
  display: inline-block;
  width: 95px;
  height: 133px;
  margin-right: 8px;
  text-align: center;
  color: #666666;
  font-size: 14px;
}

#number_code div span {
  color: #666666;
  font-size: 14px;
}

.banner_recommond {
  width: 1200px;
  margin: 0 auto;
  margin-top: 7px;
  background: #ffffff repeat;
}

#banner {
  width: 750px;
}

#banner .in-ban {
  width: 750px;
  height: 475px;
  overflow: hidden;
  position: relative;
}

#banner .in-ban-img {
  width: 750px;
  height: 475px;
  overflow: hidden;
}

#banner .in-ban-img li {
  width: 100%;
  height: 475px;
}

#banner .in-ban-icon {
  width: 100%;
  height: 10px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}

#banner .in-ban-icon li {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
  font-size: 0;
  cursor: pointer;
  background: url(/image/gray_dot.png);
  *display: inline;
  *zoom: 1;
}

#banner .in-ban-icon li.on {
  width: 25px;
  height: 9px;
  background: url(/image/blue_dot.png);
}

#recommond {
  width: 392px;
  float: right;
  display: inline;
  margin-right: 33px;
  height: 475px;
  overflow: hidden;
}

#recommond .in-tit {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 2px;
}

#recommond .in-tit .txt {
  background: url(/scswhg/pc/image/hp_fire.jpg) no-repeat 8px 16px;
  padding-left: 32px;
  padding-top: 5px;
}

#recommond .in-tit .txt span {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

#recommond .in-tit .txt em {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}

#recommond .in-tit .arrow {
  padding-top: 17px;
}

#recommond .in-tit .arrow .prev {
  margin-right: 1px;
}

#recommond .in-hot {
  height: 357px;
}

#recommond .in-hot ul {
  position: relative;
}

#recommond .in-hot ul li {
  height: 390px;
  display: block;
}

#recommond .in-hot li .hot_con {
  width: 100%;
  height: 95px;
  padding: 22px 0px;
  border-bottom: 1px dashed #e2e2e2;
}

#recommond .in-hot li .hot_con .img {
  width: 135px;
  height: 90px;
  overflow: hidden;
}

#recommond .in-hot li .hot_con .info {
  width: 225px;
  height: 90px;
  overflow: hidden;
  padding-right: 10px;
}

#recommond .in-hot li .hot_con .info h3 {
  height: 30px;
  line-height: 15px;
  overflow: hidden;
  margin: 4px 0 0px;
}

#recommond .in-hot li .hot_con .info h3 a {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

#recommond .in-hot li .hot_con .info p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #9b9b9b;
  font-size: 12px;
}

#recommond .in-hot li .hot_con .info .red {
  margin-right: 5px;
  color: #d86d7c;
}

#recommond .in-hot li .hot_con:last-child {
  border-bottom: none;
}

.content .tabulation ul {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.content .tabulation ul li {
  height: 360px;
  width: 265px;
  float: left;
  cursor: pointer;
  padding-bottom: 10px;
  margin: 10px;
  position: relative;
  border-bottom: 1px dashed #dcdcdc;
}

.content .tabulation ul li a .sale .sniping {
  width: 50px;
  height: 50px;
  position: relative;
}

.content .tabulation ul li a .sale .sniping span {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #fff;
  top: 6px;
  right: 6px;
}

.content .tabulation ul li:hover a {
border: 1px solid #ffb638;
}

.content .tabulation ul li a .list_info .list_detail span {
  float: left;
  font-size: 12px;
  color: #666;
}

.content .tabulation ul li a .list_info .list_detail span + span {
  width: 150px;
  height: 18px;
  overflow: hidden;
}

.content .tabulation ul li a .list_info .list_detail {
  line-height: 20px;
}

.content .tabulation ul li a .list_info h1 {
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: 500;
  margin: 20px 0;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.content .tabulation ul li a .li_border {
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed #dcdcdc;
  bottom: 0px;
}

.content .tabulation ul li a .list_info {
  padding: 0 20px;
}

.content .tabulation ul li a .list_img {
  width: 100%;
  height: 210px;
}

.content .tabulation ul li a {
  display: block;
  width: 240px;
  margin: auto;
  padding: 10px;
  height: 335px;
}

.cd-top {
  position: fixed;
  z-index: 10;
  right: 0px;
  bottom: 100px;
}

/*in_search*/
#in_search {
  width: 1210px;
  height: auto;
  overflow: hidden;
  margin: 20px auto 0;
}

#in_search .in_search {
  padding: 0 30px;
  border: solid 1px #eaeceb;
  background: #FFFFFF;
  color: #666666;
  font-size: 12px;
}

.in_search .prop-attrs {
  border-top: solid 1px #ebebeb;
}

.in_search > div:first-child {
  border-top: 0;
}

.in_search .prop-attrs .attr {
  position: relative;
  padding: 13px 0 8px;
}

.in_search .prop-attrs .attrKey {
  float: left;
  width: 68px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.in_search .prop-attrs .attrValue {
  width: 1080px;
  overflow: hidden;
}

.in_search .prop-attrs .attrValue ul {
  width: 1100px;
}

.in_search .prop-attrs-type .attr-collapse .av_list {
  overflow: hidden;
}

.in_search .prop-attrs-type .attr-expand .av_list {
  overflow: auto;
}

.in_search .prop-attrs-type .attrValue .av_list {
  overflow: hidden;
}

.in_search .prop-attrs-type .av_list li {
  display: inline-block;
  width: 98px;
}

.in_search .prop-attrs-type .av_list li + li {
  width: 98px;
  text-align: left;
}

.in_search .prop-attrs-type .av_list:first-child > li:first-child {
  width: 112px;
  float: left;
}

.in_search .prop-attrs-type .av_list:first-child > li:first-child a {
  color: #666;
  width: 42px;
  line-height: 24px;
  text-align: center;
}

.in_search .prop-attrs-type .av_list:first-child > li:first-child .allactive {
  color: #fff;
background: #ffb638;
border-radius: 3px;
}

.in_search .prop-attrs-type .av_list a {
  color: #666666;
  display: block;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  border-radius: 3px;
  font-size: 14px;
}

.in_search .prop-attrs-type .av_list li.cur a {
color: #ffb638;
}

.in_search .prop-attrs .attr .btn-icon {
  cursor: pointer;
  display: block;
  width: 42px;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
  position: absolute;
  right: 9px;
  bottom: 0;
  border: solid 1px #f1f1f1;
  border-bottom: 0;
  text-align: right;
  color: #999999;
  background: url("/image/in_btn_icon.png") no-repeat;
}

.in_search .prop-attrs .attr .btn-icon {
  background-position: 8px 0;
}

.in_search .prop-attrs .attr .btn-icon.open {
  background-position: 8px -23px;
}

.in_search .prop-attrs-area .av_list:first-child > li:first-child {
  height: 40px;
  float: left;
  width: 112px;
}

.in_search .prop-attrs-area .av_list:first-child > li:first-child a {
  color: #666;
  width: 42px;
  line-height: 24px;
  text-align: center;
}

.in_search .prop-attrs-area .av_list:first-child > li:first-child .allactive {
  color: #fff;
background: #ffb638;
border-radius: 3px;
}

.in_search .prop-attrs-area .av_list li {
  float: left;
  cursor: pointer;
  margin-bottom: 5px;
  width: 98px;
}

.in_search .prop-attrs-area .av_list a {
  color: #666666;
  display: block;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  width: 98px;
  text-align: left;
  font-size: 14px;
}

.in_search .prop-attrs-area .av_list li.cur a {
color: #ffb638;
}

.in_search .prop-attrs-area .attr-collapse > ul:first-child {
  display: block;
  border-bottom: 0;
}

.in_search .prop-attrs-area .attr-expand > ul {
  display: block;
}

.in_search .prop-attrs-area .attr .btn-icon {
  display: none;
}

.in_search .prop-attrs-other > div:first-child {
  border-bottom: solid 1px #ebebeb;
}

.in_search .prop-attrs-other .attr .attrValue .av_list:first-child > li:first-child {
  float: left;
  width: 112px;
  height: auto;
}

.in_search .prop-attrs-other .attr .attrValue .av_list:first-child > li:first-child a {
  color: #666;
  width: 42px;
  line-height: 24px;
  text-align: center;
}

.in_search .prop-attrs-other .attr .attrValue .av_list:first-child > li:first-child .allactive {
  color: #fff;
background: #ffb638;
border-radius: 3px;
}

.in_search .prop-attrs-other ul a {
  color: #666666;
  display: block;
  height: 56px;
  line-height: 56px;
}

.in_search .prop-attrs-other ul li.cur a {
  color: #00b0ec;
}

#number_code {
  left: -14px;
  width: 104px;
}

.main {
  min-height: 500px;
  height: auto !important;
  _height: 500px;
}

.main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.main {
  width: 1210px;
  margin: 0 auto;
}

.main .main_title {
  margin: 40px auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fafafa;
  border: #dedede 1px solid;
}

.main .main_title ul {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #262626;
}

.main .main_title ul li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0 8px;
  overflow: hidden;
}

.main .main_title ul li span {
  float: left;
  color: #666;
  width: 68px;
  line-height: 24px;
  font-size: 14px;
}

.main .main_title ul li b {
  float: left;
  width: 98px;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
  cursor: pointer;
}

.main .main_title ul li strong b:first-child {
  width: 42px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
  margin-right: 70px;
}

.main .main_title ul li strong .firstb {
  color: #fff;
background: #ffb638;
}

.main .main_title ul .font_color {
color: #ffb638;
}

.main .main_title ul .border {
  border-bottom: 1px #dedede solid;
}

.main .word_space {
  display: inline-block;
  width: 24px;
}

.main .main_title ul li .wipestrong {
  width: 1070px;
  float: left;
  overflow: hidden;
}

.main .main_title ul strong {
  width: 1100px;
  float: left;
}

.main .main_title p {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 54px;
  padding-top: 14px;
  border-top: #dedede 1px solid;
  background: #f8fcfb;
  color: #6d6d6d;
  padding-left: 42px;
}

.main .main_title p span {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
border: 1px solid #ffb638;
padding: 3px 5px 4px 9px;
display: inline-block;
margin-right: 20px;
cursor: pointer;
}

.main .main_title p span i {
  font-style: normal;
  padding-right: 10px;
  display: inline-block;
}

.main .main_title p span button {
  display: inline-block;
  border: none;
  background: url(/image/del.png) no-repeat;
  width: 7px;
  height: 7px;
  cursor: pointer;
  position: relative;
  top: -5px;
  padding: 0;
}

.main .main_content {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.main .main_content .list_content {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.main .main_content .list_content {
  width: 1210px;
  margin: 0 auto;
  overflow: hidden;
}

.main .main_content .list_content ul {
  width: 1240px;
  margin: 0 auto;
}

.main .main_content .list_content ul li {
  width: 280px;
  float: left;
  cursor: pointer;
  height: 478px;
  margin-top: 30px;
  margin-right: 30px;
  position: relative;
}

.main .main_content .list_content ul li .list_img {
  width: 100%;
  height: 210px;
  border-radius: 8px;
}

.main .main_content .list_content ul li .list_info {
  padding: 0 20px;
}

.main .main_content .list_content ul li .list_info h1 {
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: 500;
  margin: 20px 0 6px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.main .main_content .list_content ul li .list_info h2 {
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: 500;
  margin-bottom: 28px;
  height: 18px;
  overflow: hidden;
}

.main .main_content .list_content ul li .list_info .list_detail {
  line-height: 20px;
}

.main .main_content .list_content ul li .list_info .list_detail span {
  float: left;
  font-size: 12px;
  color: #666;
}

.main .main_content .list_content ul li .list_info .list_detail span + span {
  width: 180px;
  height: 18px;
  overflow: hidden;
}

.main .main_content .list_content ul li .list_info .list_detail img {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-bottom: 16px;
}

.main .main_content .list_content ul li .list_info .list_book {
  padding-top: 10px;
}

.main .main_content .list_content ul li .list_info .list_book .list_book_left {
  float: left;
}

.main .main_content .list_content ul li .list_info .list_book .list_book_left a {
  display: block;
  font-size: 18px;
  color: #c16458;
}

.main .main_content .list_content ul li .li_border {
  position: absolute;
  width: 110%;
  border-bottom: 1px dashed #dcdcdc;
  bottom: 0px;
}

.main .main_content .list_content ul li:hover {
  width: 310px;
border: 3px solid #ffb638;
height: 481px;
-ms-box-shadow: 6px 6px 0 #c5e0f0;
-o-box-shadow: 6px 6px 0 #c5e0f0;
box-shadow: 6px 6px 0 #c5e0f0;
border-radius: 8px;
margin: 8px 9.5px 13px -19px;
}

.main .main_content .list_content ul li:hover .list_img {
  height: 229px;
}

.main .main_content .list_content ul li:hover .list_info h1 {
  font-size: 18px;
}

.main .main_content .list_content ul li:hover .list_info h2 {
  font-size: 16px;
  height: 20px;
}

.main .main_content .list_content ul li:hover .list_info .list_detail {
  line-height: 22px;
}

.main .main_content .list_content ul li:hover .list_info .list_detail span {
  font-size: 14px;
}

.main .main_content .list_content ul li:hover .list_info .list_book .list_book_left a {
  font-size: 20px;
}

.main .main_content .list_content ul li:hover .list_info .list_book .list_book_left p {
  font-size: 12px;
}

.main .main_content .list_content ul li:hover .list_info .list_book .list_book_right img {
  width: 25px;
  height: 25px;
}

.main .main_content .list_content ul li:hover .list_info .list_book .list_book_right p {
  font-size: 14px;
}

.main .main_content .list_content ul li:hover .li_border {
  bottom: -16px;
  width: 104%;
}

.main .main_content .list_content ul li:hover .sale .sniping span {
  font-size: 18px;
  top: 4px;
  right: 4px;
}

.page {
  height: 39px;
  width: 720px;
  margin: 100px auto;
  margin-bottom: 0;
}

.page span {
  display: block;
  float: left;
  margin: 0 4px;
  padding: 7px 12px;
  border: 1px solid #dedede;
  font-size: 14px;
  color: #6d6d6d;
  cursor: pointer;
  background: #fff;
}

.page .active {
  background: #13cca9;
  color: #fff;
}

/**con_p**/
#con_p {
  width: 1200px;
  margin: 0 auto;
  margin-top: 54px;
}

#con_p .con_p1 {
  overflow: hidden;
  padding-bottom: 50px;
}

#con_p .con_p1 .titl {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 6px;
  padding-left: 12px;
  color: #333333;
  font-size: 18px;
}

#con_p .con_p1 .titl img {
  margin-bottom: 5px;
  margin-right: 10px;
  vertical-align: middle;
}

#con_p .con_p1 ul {
  margin-top: 30px;
}

#con_p .con_p1 ul li {
  width: 280px;
  height: 315px;
  margin-right: 26px;
  background: #ffffff;
  float: left;
  display: inline;
}

#con_p .con_p1 ul .h285 {
  width: 280px;
  height: 285px;
  margin-right: 26px;
  background: #ffffff;
  float: left;
  display: inline;
}

#con_p .con_p1 ul li img {
  width: 280px;
  height: 185px;
  overflow: hidden;
}

#con_p .con_p1 ul li .conp {
  padding: 20px;
  height: 90px;
  overflow: hidden;
}

#con_p .con_p1 ul li .h100 {
  height: 60px;
  overflow: hidden;
}

#con_p .con_p1 ul li:last-child {
  margin-right: 0px;
}

#con_p .con_p1 ul li h5 {
  width: 240px;
  color: #333333;
  font-size: 15px;
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

#con_p .con_p1 ul li p {
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  color: #999999;
  font-size: 12px;
}

#t_activity {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#t_activity .ti_nav {
  width: 1200px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 6px;
}

#t_activity .ti_nav .ti {
  color: #333333;
  font-size: 18px;
  padding-left: 12px;
}

#t_activity .ti_nav .ti img {
  vertical-align: middle;
  margin-right: 10px;
}

#t_activity .ti_nav .navs {
  width: 630px;
  margin-left: 450px;
  height: 32px;
  line-height: 32px;
}

#t_activity .ti_nav .navs a {
  width: 75px;
  height: 32px;
  line-height: 26px;
  margin-top: 10px;
  background: url(/image/gray_bg.png) no-repeat;
  outline: none;
  display: inline-block;
  text-align: center;
  color: #666666;
  font-size: 12px;
  overflow: hidden;
  margin-left: 10px;
}

#t_activity .ti_nav .navs a:hover {
  background: url(/image/click_blue.png) no-repeat;
  outline: none;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  overflow: hidden;
}

#t_activity .ti_nav .navs a.curblue {
  background: url(/image/click_blue.png) no-repeat;
  outline: none;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  overflow: hidden;
}

#t_activity .ti_nav .navs a.forit {
  width: 75px;
}

#t_activity ul {
  margin-top: 30px;
}

#t_activity ul li {
  width: 280px;
  height: 315px;
  margin-right: 26px;
  background: #ffffff;
  float: left;
  display: inline;
}

#t_activity ul .h285 {
  width: 280px;
  height: 285px;
  margin-right: 26px;
  background: #ffffff;
  float: left;
  display: inline;
}

#t_activity ul li img {
  width: 280px;
  height: 185px;
  overflow: hidden;
}

#t_activity ul li .conp {
  padding: 20px;
  height: 90px;
  overflow: hidden;
}

#t_activity ul li .h100 {
  height: 60px;
  overflow: hidden;
}

#t_activity ul li:last-child {
  margin-right: 0px;
}

#t_activity ul li h5 {
  width: 240px;
  color: #333333;
  font-size: 15px;
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

#t_activity ul li p {
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  color: #999999;
  font-size: 12px;
}

/**partner**/
#partner {
  width: 1200px;
  margin: 0 auto;
}

#p_tit {
  height: 42px;
  line-height: 42px;
  padding: 0px 40px;
  width: 1118px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #eaeceb;
  margin-top: 10px;
}

#p_tit a {
  color: #333333;
  font-size: 12px;
  margin: 0px 2px;
}

#partner .p_con {
  width: 1133px;
  border: 1px solid #eaeceb;
  padding: 50px 0px 50px 65px;
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 380px;
}

#partner .p_con .pic a {
  width: 218px;
  height: 108px;
  overflow: hidden;
  margin-right: 58px;
  margin-bottom: 30px;
  display: inline-block;
}

#partner .p_con .pic a img {
  width: 218px;
  height: 108px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#partner .p_con .link {
  width: 1060px;
  margin-right: 55px;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  padding-top: 50px;
  margin-top: 20px;
}

#partner .p_con .link a {
  width: 30%;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
  margin-left: 20px;
  color: #666666;
  font-size: 14px;
}

/**frindship_link**/
#fr_link {
  width: 1200px;
  margin: 0 auto;
}

#fr_link .fl_con {
  width: 1118px;
  background: #ffffff;
  padding: 20px 40px;
  border: 1px solid #eaeceb;
  margin-bottom: 100px;
  margin-top: 10px;
}

#fr_link .fl_con .l_menu {
  width: 300px;
  border-right: 1px solid #ebebeb;
  overflow: hidden;
}

#fr_link .fl_con .l_menu h3 {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}

#fr_link .fl_con .l_menu .logos {
  margin-top: 20px;
  padding-bottom: 10px;
}

#fr_link .fl_con .l_menu .logos a {
  display: inline-block;
  text-align: center;
  float: left;
}

#fr_link .fl_con .l_menu .logos a img {
  display: block;
}

#fr_link .fl_con .l_menu .logos a span {
  color: #666666;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

#fr_link .fl_con .l_menu .logos .logo_l {
  width: 120px;
}

#fr_link .fl_con .l_menu .logos .logo_r {
  width: 75px;
  margin-left: 28px;
}

#fr_link .fl_con .l_menu .code {
  margin-top: 15px;
}

#fr_link .fl_con .l_menu .code h6 {
  font-weight: normal;
  color: #333333;
  font-size: 12px;
}

#fr_link .fl_con .l_menu .code textarea {
  width: 257px;
  height: 48px;
  color: #9a9a9a;
  font-size: 12px;
  outline: none;
  border: 1px solid #dddddd;
  background: #ffffff;
  resize: none;
  margin-top: 5px;
}

#fr_link .fl_con .l_menu .font {
  border-top: 1px solid #d0d0d0;
  width: 260px;
  margin-top: 30px;
  padding-top: 20px;
}

#fr_link .fl_con .l_menu .font p {
  color: #666666;
  font-size: 12px;
  line-height: 24px;
}

#fr_link .fl_con .r_d {
  width: 816px;
}

#fr_link .fl_con .r_d .top a {
  width: 140px;
  height: 69px;
  overflow: hidden;
  margin-left: 19px;
  margin-bottom: 30px;
  display: inline-block;
}

#fr_link .fl_con .r_d .top a img {
  width: 138px;
  height: 67px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dcdcdc;
}

#fr_link .fl_con .r_d .bottom {
  margin-left: 20px;
}

#fr_link .fl_con .r_d .bottom div {
  width: 30%;
}

#fr_link .fl_con .r_d .bottom div a {
  display: block;
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
}

#fr_link .fl_con .r_d .bottom .bc {
  margin-left: 20px;
}

#fr_link .fl_con .r_d .bottom .br {
  margin-left: 20px;
}

/**activity_new**/
#Sweep {
  width: 450px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px dashed #00b0ec;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ffffff;
  padding: 15px 20px;
  margin-top: 30px;
}

#Sweep .s_img {
  width: 152px;
  height: 152px;
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
}

#Sweep .s_app {
  margin-left: 25px;
  margin-top: 5px;
}

#Sweep .s_app p {
  color: #666666;
  font-size: 16px;
  letter-spacing: 1px;
}

#Sweep .s_app .ios {
  width: 183px;
  height: 48px;
  line-height: 48px;
  text-align: right;
  display: block;
  font-size: 24px;
  color: #00b0ec;
  border: 1px dashed #00b0ec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(/image/apple.png) no-repeat 27px 8px;
  padding-right: 30px;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 25px;
}

#Sweep .s_app .android {
  width: 183px;
  height: 48px;
  line-height: 48px;
  text-align: right;
  display: block;
  font-size: 24px;
  color: #00b0ec;
  border: 1px dashed #00b0ec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(/image/android.png) no-repeat 27px 8px;
  margin-top: 15px;
  padding-right: 30px;
  font-weight: bold;
  margin-left: 25px;
}

/**phone**/
#Mob_phone {
  width: 1200px;
  height: 736px;
  margin: 0 auto;
  background: url(/image/phone_bg.png) no-repeat;
  margin-top: 10px;
  margin-bottom: 100px;
}

#Mob_phone .mp_l {
  background: url(/image/phone_sbg.png) no-repeat;
  width: 384px;
  height: 677px;
  overflow: hidden;
  margin-top: 70px;
  margin-left: 60px;
}

#banner-phone {
  width: 276px;
  margin-top: 87px;
  margin-left: 56px;
}

#banner-phone .phone-ban {
  width: 276px;
  height: 471px;
  overflow: hidden;
  position: relative;
}

#banner-phone .in-ban-img {
  width: 276px;
  height: 471px;
  overflow: hidden;
}

#banner-phone .in-ban-img li {
  width: 100%;
  height: 471px;
}

#banner-phone .in-ban-icon {
  width: 100%;
  height: 10px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.mp_r {
  width: 586px;
  padding-top: 474px;
}

#Swep {
  width: 510px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px 20px;
  margin-top: 30px;
}

#Swep .s_img {
  width: 152px;
  height: 152px;
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
}

#Swep .s_app {
  margin-left: 25px;
  margin-top: 5px;
}

#Swep .s_app .ios {
  width: 228px;
  height: 58px;
  line-height: 58px;
  text-align: right;
  display: block;
  font-size: 30px;
  color: #ffffff;
  border: 1px dashed #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(/image/apple_w.png) no-repeat 27px 6px;
  padding-right: 30px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 25px;
}

#Swep .s_app .android {
  width: 228px;
  height: 58px;
  line-height: 58px;
  text-align: right;
  display: block;
  font-size: 30px;
  color: #ffffff;
  border: 1px dashed #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(/image/android_w.png) no-repeat 27px 6px;
  margin-top: 15px;
  padding-right: 30px;
  font-weight: bold;
  margin-left: 25px;
}

/**data**/
.av-calender {
  height: 31px;
  font-size: 14px;
  margin-top: 1px;
}

.av-calender .start,
.av-calender .end {
  float: left;
  width: 120px;
  height: 15px;
  margin-left: 10px;
  line-height: 15px;
  padding: 7px;
  border: solid 1px #D9D9D9;
  position: relative;
}

.av-calender .start {
  margin-right: 10px;
}

.av-calender .text {
  float: left;
  display: inline-block;
  width: 64px;
  color: #999999;
  font-size: 14px;
}

.av-calender input {
  float: left;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  color: #000000;
  width: 84px;
  border: none;
  text-align: center;
  background: #ffffff;
}

.av-calender i {
  display: block;
  position: absolute;
  right: 7px;
  top: 5px;
  width: 15px;
  height: 17px;
  background: url(/image/data_icon.png) no-repeat;
  cursor: pointer;
}

.av-calender .zhi {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  height: 31px;
  line-height: 31px;
}

.av-calender .confirm {
  margin-left: 10px;
}

.av-calender .confirm a {
  color: #7c7c7c;
  background: #e9e9e9;
  border: 1px solid #dedede;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 5px 10px;
  text-align: center;
}

.av-calender .one_day {
  margin-left: 10px;
}

.av-calender .one_day a {
  color: #7c7c7c;
  background: #e9e9e9;
  border: 1px solid #dedede;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 5px 10px;
  text-align: center;
}

.attr dl {
  margin-left: 35px;
  min-height: 50px;
}

.attr dl dt {
  float: left;
  display: inline;
  height: 31px;
  line-height: 31px;
}

.attr dl dt em {
  color: #bd3b4e;
  margin: 0 3px;
}

.attr dl dd {
  float: left;
  display: inline;
  color: #bd3b4e;
}

.attr dl dd a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #333333;
  background: #f3f9fc;
  border: 1px dashed #c0cbd0;
  height: 29px;
  line-height: 29px;
  position: relative;
  padding: 0px 20px 0px 6px;
  margin-left: 20px;
}

.attr dl dd a:hover {
  color: #333333;
}

.attr dl dd a img {
  position: absolute;
  top: 11px;
  right: 5px;
  width: 8px;
  height: 8px;
}

.word_space {
  display: inline-block;
  width: 24px;
}

/* CSS Document */
#in-footer {
  width: 100%;
  min-width: 1200px;
  height: 120px;
  margin: 0 auto;
}

#in-footer .in-footer {
  width: 1160px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0 0;
}

#in-footer .in-footer p {
  line-height: 26px;
  color: #9b9b9b;
}

.iconfont.toTop {
  z-index: 100;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 200px;
  font-size: 50px;
background: #ffb638;
border-radius: 100px;
padding: 10px;
color:#fff;
cursor: pointer;
}

.page {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  padding: 40px 0;
  vertical-align: top;
}

.page a,
.page span,
.page .page-go {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #4a4a4a;
  font-size: 16px;
  background: #ffffff;
  margin: 0 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #4a4a4a;
  vertical-align: top;
}

.page a:hover,
.page a.cur {
  color: #ffffff;
background-color: #ffb638;
border: solid 1px #ffb638;
}

.page .page-prev,
.page .page-next {
  width: 48px;
}

.page span {
  width: auto;
  border: 0;
  color: #9b9b9b;
  background-color: transparent;
  font-weight: normal;
  margin-left: 36px;
}

.page form {
  display: inline-block;
  vertical-align: top;
}

.page .pageNum {
  display: inline-block;
  width: 48px;
  height: 20px;
  line-height: 20px;
  padding: 8px 0;
  text-align: center;
  border: solid 1px #4a4a4a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 20px;
  background-color: transparent;
  vertical-align: top;
}

.page .page-go {
  cursor: pointer;
}

.page input:focus {
  outline: none;
}

/*login-page*/
#login-header {
  background: none;
}

.login-header {
  width: 1200px;
  padding: 0;
}

.login-header .nav {
  margin-top: 32px;
}

.login-header .nav a {
  color: #666666;
  font-weight: normal;
}

.login-header .nav a:hover {
  color: #465F7E;
}

.login-content {
  background: url("/scswhg/pc/image/login-bg.jpg") no-repeat;
}

#login-top {
  width: 1200px;
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
}

#login-top .login-dialog {
  float: right;
  width: 280px;
  height: auto;
  margin: 100px 180px 0 0;
  padding: 0 35px 22px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#login-top .login-dialog h2 {
  height: 28px;
  line-height: 28px;
  text-align: center;
color: #ffb638;
font-size: 20px;
padding: 16px 0 8px;
}

#login-top .login-dialog .user {
  width: 278px;
  height: 44px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#login-top .login-dialog .user.name,
#login-top .login-dialog .user.pwd {
  border: solid 1px #cdcdcd;
}

#login-top .login-dialog .user .txt {
  display: inline-block;
  width: 50px;
  line-height: 44px;
  color: #9b9b9b;
  text-align: right;
  vertical-align: top;
}

#login-top .login-dialog .user input[type=text],
#login-top .login-dialog .user input[type=password] {
  width: 210px;
  height: 22px;
  line-height: 22px;
  border: none;
  outline: none;
  padding: 11px 5px;
  background: #fff;
}

#login-top .login-dialog .user .login-submit {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: none;
  text-align: center;
background: #ffb638;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #ffffff;
font-size: 14px;
padding: 0;
cursor: pointer;
}

#login-top .login-dialog .forgetPwd {
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
  padding: 0 10px;
}

#login-top .login-dialog .forgetPwd span {
  color: #9b9b9b;
}

#login-top .login-dialog .forgetPwd input {
  float: left;
  margin: 4px 6px 0 0;
  *margin: 0px 6px 0 0;
}

#login-top .login-dialog .forgetPwd a {
  color: #9b9b9b;
}

#login-top .login-dialog h4 {
  height: 20px;
  line-height: 20px;
  margin-top: 40px;
  text-align: center;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: normal;
}

#login-top .login-dialog .login-cate {
  width: 270px;
  height: 50px;
  overflow: hidden;
  margin: 20px auto 0;
}

#login-top .login-dialog .login-cate a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 20px;
  background: url("/image/login-icon1.png") no-repeat;
}

#login-top .login-dialog .login-cate .qq {
  background-position: 0 0;
}

#login-top .login-dialog .login-cate .sina {
  background-position: 0 -50px;
}

#login-top .login-dialog .login-cate .weixin {
  background-position: 0 -100px;
}

#login-top .login-dialog .register {
  margin-top: 20px;
}

#login-top .login-dialog .register a {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #f58636;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
}

#login-top .login-dialog .msg-error {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #f58636;
  text-indent: 20px;
  background: url("/image/error-icon2.png") no-repeat left center;
}

#login-footer {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.login-footer {
  width: 1200px;
  height: 44px;
  overflow: hidden;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}

.login-footer p {
  line-height: 22px;
  color: #999999;
}

/*register-page*/
#register-content {
  width: 100%;
  min-width: 1200px;
  height: auto;
  overflow: hidden;
}

.register-content {
  width: 880px;
  height: auto;
  overflow: hidden;
  padding: 30px 0 40px;
  margin: 0 auto;
}

.steps {
  margin-bottom: 10px;
}

.steps ul {
  background: #bbbbbb;
}

.steps li {
  position: relative;
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #BBBBBB;
}

.steps li .tab_status {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 50px;
  background: url("/image/tab_status.png") 0 -100px no-repeat;
}

.steps li.step_1 {
  width: 280px;
}

.steps li.step_2 {
  width: 290px;
}

.steps li.step_3 {
  width: 310px;
}

.steps li.visited,
.steps li.visited_pre {
background: #ffb638;
}

.steps li.visited .tab_status {
  background-position: 0 0;
}

.steps li.visited_pre .tab_status {
  background-position: 0 0;
}

.steps li.active {
background: #ffb638;
}

.steps li.active .tab_status {
  background-position: 0 -50px;
}

.steps li.finish {
background: #ffb638;
}

.steps li.finish .tab_status {
  background-position: 0 -150px;
}

.steps li.end {
  background: #f58636;
}

.steps li,
.steps li .tab_status {
  cursor: default;
}

.register-content h1 {
  height: 35px;
  line-height: 35px;
  margin: 20px 0 4px;
  padding-left: 30px;
}

.register-part {
  padding: 35px 35px;
  background-color: #ffffff;
  border: solid 1px #c9cacb;
}

.register-part.part1 {
  padding: 16px 35px 30px;
}

.register-part.part2 {
  padding: 2px 35px 10px;
}

.register-part dl {
  padding: 10px 0;
  font-size: 14px;
  box-sizing: content-box;
}

.register-part dt {
  width: 108px;
  float: left;
  text-align: right;
  padding-right: 20px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
}

.register-part dd {
  width: 84%;
  float: left;
}

.register-part dd input[type=text],
.register-part dd input[type=password],
.register-part dd input[type=number],
.register-part dd input[type=tel]{
  float: left;
  width: 330px;
  height: 22px;
  line-height: 22px;
  padding: 9px 10px;
  border: solid 1px #D9D9D9;
  box-sizing: content-box;
}

.register-part dd input.input-code {
  width: 160px;
}

.register-part dd .send-code {
  width: 150px;
  height: 42px;
background-color: #ffb638;
text-align: center;
color: #ffffff;
border: none;
margin-left: 20px;
cursor: pointer;
}

.register-part dd .placeholder {
  color: #9b9b9b;
}

.register-part dd .error-msg {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #9b9b9b;
  font-size: 12px;
  margin: 10px 0 0 20px;
  padding-left: 26px;
  background: url("/image/error-icon2.png") no-repeat;
}

.register-part.part1 dl,
.register-part.part1 dt,
.register-part.part1 dd {
  height: 42px;
  line-height: 42px;
}

.register-part.part2 dl,
.register-part.part12 dt,
.register-part.part2 dd {
  height: 50px;
  line-height: 50px;
}

.register-part.part1 dd {
  position: relative;
}

.register-part.part1 dd .placeholder {
  position: absolute;
  left: 11px;
  top: 0;
  visibility: hidden;
}

.register-part.part1 .showPlaceholder .placeholder {
  visibility: visible;
  cursor: text;
}

.register-part.part2 dl {
  height: 42px;
  line-height: 42px;
  padding: 35px 0;
  border-top: solid 1px #cdcdcd;
}

.register-part.part2 dl:first-child {
  border-top: 0;
}

.register-part.part2 dd label {
  display: block;
  float: left;
  height: 42px;
  overflow: hidden;
  margin-left: 20px;
  cursor: pointer;
}

.register-part.part2 dd label span {
  float: left;
  display: block;
  width: 42px;
  height: 41px;
  line-height: 41px;
  overflow: hidden;
  text-align: center;
  color: #9b9b9b;
  background: url("/image/register-icon1.png") no-repeat;
}

.register-part.part2 dd label input {
  position: absolute;
  left: -9999px;
}

.register-part.part2 dd label span {
  background-position: 0 0;
}

.register-part.part2 dd label.selected span {
  background-position: 0 -41px;
  color: #ffffff;
}

.register-content .btn-submit {
  display: block;
  width: 280px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 10px;
background-color: #ffb638;
border: none;
cursor: pointer;
outline: none;
}

.register-content .register-submit {
  margin: 40px auto;
}

.register-part.part3 {
  padding: 20px 35px;
}

.register-part .part3-box1 .register-text {
  width: 808px;
  height: 108px;
  padding: 20px 0 50px;
  text-align: center;
}

.register-part .part3-box1 .register-text span {
  display: inline-block;
  vertical-align: middle;
  color: #4A4A4A;
  font-size: 16px;
}

.register-part .part3-box1 .register-text img {
  display: inline-block;
  width: 1px;
  height: 108px;
  vertical-align: middle;
}

.register-part .part3-box1 .box1a {
  height: 36px;
  line-height: 22px;
  overflow: hidden;
  width: 250px;
  margin: 0 auto;
  font-size: 16px;
}

.register-part .part3-box1 .box1a .return {
  float: right;
  color: #000;
  padding: 6px 10px;
background: #ffb638;
color: #fff;
border-radius: 5px;
}

.register-part .part3-box1 .box1a .orange {
  float: left;
  color: #000;
  padding: 6px 10px;
background: #ffb638;
color: #fff;
border-radius: 5px;
}

.register-part .part3-box2 {
  border-top: 0;
  padding: 40px 0 25px;
}

.part3-box2 .bdsharebuttonbox {
  height: 50px;
  line-height: 50px;
}

.part3-box2 .bdsharebuttonbox span {
  float: left;
  width: 60px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
}

.part3-box2 .bdsharebuttonbox a {
  width: 50px;
  height: 50px;
  margin: 0 30px 0 0;
  padding-left: 0;
  background: url("/image/login-icon1.png") no-repeat;
}

.part3-box2 .bdsharebuttonbox .bds_sqq {
  background-position: 0 0;
}

.part3-box2 .bdsharebuttonbox .bds_tsina {
  background-position: 0 -50px;
}

.part3-box2 .bdsharebuttonbox .bds_weixin {
  background-position: 0 -100px;
}

/*user-activity*/
.user-content {
  width: 1198px;
  height: auto;
  overflow: hidden;
  padding: 0 10px;
  margin: 0px auto 80px;
}

.user-left,
.user-right {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #cdcdcd;
}

.user-left {
  width: 326px;
}

.user-left .user-info {
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 22px 0px;
}

.user-left .user-photo {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.user-left .user-photo,
.user-left .user-photo img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.user-left .info {
  float: right;
  width: 140px;
  height: auto;
  overflow: hidden;
}

.user-left .user-info h3 {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  margin-top: 30px;
}

.user-left .user-info h4 {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 8px;
}

.user-left .publish_zc {
  display: inline-block;
  margin: 44px 0 22px 108px;
  padding: 4px 20px;
  border: 1px solid #13cca9;
  color: #13cca9;
  font-size: 16px;
  border-radius: 5px;
}

.user-left .user-menu {
  padding: 0px 0px 20px;
  padding-bottom: 40px;
  border-top: 1px solid #dedede;
}

.user-left .user-menu a {
  display: block;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  background: #ffffff;
  color: #666;
}

.user-left .user-menu a.mynews {
  position: relative;
}

.user-left .user-menu a.mynews .circle_red {
  width: 36px;
  height: 16px;
  background: url("/image/red_circle.png") no-repeat;
  position: absolute;
  top: 20px;
  right: 90px;
}

body .user-content .user-left .user-menu a.cur {
color: #ffb638;
background-color: #f6f6f6;
}

.user-left .user-menu a.setting:first-child {
  margin-top: 20px;
}

/* .user-left .user-menu a.setting.cur{ color: #ffffff; background-color: #F58636; border: solid 1px #F58636;}
 */
.user-right {
  width: 800px;
  min-height: 500px;
  padding: 30px 19px;
}

.user-right .user-part .null_info {
  padding: 191px 20px 156px;
  text-align: center;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffffff;
  margin-top: 10px;
}

.user-right .null_info h3 {
  display: inline-block;
  *display: inline;
  *height: 48px;
  *zoom: 1;
  line-height: 46px;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 0 72px;
  background: url("/image/null-icon.png") no-repeat 0 0;
}

.user-right .user-part .null_info h3 a {
  color: #F58636;
}

.user-right .user-part .null_info h3 a:hover {
  text-decoration: underline;
}

.user-right .user-tab {
  width: 102%;
  height: 54px;
  line-height: 64px;
  border-bottom: 1px solid #e4e4e4;
}

.user-right .user-tab > a {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 132px;
  height: 38px;
  line-height: 38px;
color: #ffb638;
font-size: 16px;
text-align: center;
margin-right: 2px;
background: #ffffff;
border: solid 1px #ffb638;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.user-right .user-tab > a.cur {
  color: #ffffff;
background-color: #ffb638;
}

.user-part1 .in-activity {
  width: 885px;
  margin-right: -18px;
}

.user-part1 .in-activity li {
  border: solid 1px #D9D9D9;
  border-bottom-width: 3px;
  margin-right: 18px;
  position: relative;
}

.user-part ul li .close-btn {
  display: none;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url("/image/deletebtn.png") no-repeat;
  position: absolute;
}

.user-part1 .in-activity li .close-btn {
  bottom: 18px;
  right: 18px;
}

.user-part .page {
  height: 40px;
}

.user-part .page a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.user-part .page a:hover,
.user-part .page a.cur {
border: solid 1px #ffb638;
background-color: #ffb638;
}

.user-part .page .pageNum {
  height: 22px;
  line-height: 22px;
  border: solid 1px #D9D9D9;
}

.user-part .page .page-go {
  width: 48px;
  height: 38px;
  line-height: 38px;
}

.user-part2 .venues-list {
  width: 891px;
  margin-right: -24px;
}

.user-part2 .venues-list li {
  width: 388px;
  border: solid 1px #D9D9D9;
  margin-top: 25px;
  position: relative;
}

.user-part2 .venues-list li .info {
  width: 273px;
}

.user-part2 .venues-list li .close-btn {
  bottom: 10px;
  right: 10px;
}

.user-part3 .group-list {
  padding-top: 0;
}

.user-part3 .group-list ul {
  width: 885px;
  margin-right: -18px;
}

.user-part3 .group-list li {
  border: solid 1px #D9D9D9;
  border-bottom-width: 3px;
  margin-top: 25px;
  margin-right: 18px;
  position: relative;
}

.user-part3 .group-list li .close-btn {
  bottom: 18px;
  right: 10px;
}

.user-part-b li .btn {
  display: block;
  position: absolute;
  right: 30px;
  width: 68px;
border: 1px solid #ffb638;
color: #ffb638;
line-height: 22px;
text-align: center;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
outline: none;
}

.user-part-b li .btn.btn-tryagain {
  bottom: 10px;
}

.user-part-b li .btn.btn-tryagain:hover {
  color: #ffffff;
background: #ffb638;
}

.user-part-b li .btn-red {
  color: #F58636;
  /* border: solid 1px #cdcdcd; */
}

/* .user-part-b li .btn-red:hover{ border: solid 1px #F58636; background-color: #F58636;} */
.user-part-b li .btn-blue {
  color: #4A4A4A;
  border: solid 1px #cbcbcb;
}

.user-part-b li .del_message {
  background: url("/image/del_message.png") no-repeat;
  width: 14px;
  border: none;
  height: 14px;
  top: 46px;
  right: 10px;
}

.user-part-b li .btn-blue:hover {
  border: solid 1px #F58636;
  background-color: #F58636;
}

.user-part-b li .btn-delete {
  bottom: 30px;
}

.lightred {
  color: #F58636 !important;
}

.lightblue {
color: #ffb638;
}

/*User-information*/
.info-list li {
  width: auto;
  min-height: 80px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}

.info-list li h1.time {
  line-height: 34px;
  font-size: 12px;
  color: #666;
}

.info-list li div.info_message {
  padding: 14px 20px;
  border: solid 1px #D9D9D9;
}

.info-list li .tit {
  width: 75%;
  border: none;
  padding: 0;
  height: 28px;
  line-height: 28px;
  color: #000;
  font-size: 16px;
}

.info-list li .des {
  width: 75%;
  overflow: hidden;
}

.info-list li .des,
.info-list li .des p {
  line-height: 24px;
  color: #666;
  font-size: 14px;
}

.info-list li .des .notice_red {
  color: #ff0000;
}

.info-list li .info-collapse {
  height: 26px;
  overflow: hidden;
}

.info-list li .info-expand {
  overflow: auto;
}

.info-list li .btn-look {
  bottom: 24px;
}

.info-list li .btn-system-info {
  overflow: hidden;
  bottom: 24px;
  border: solid 1px #cdcdcd;
}

.info-list li .btn-system-info:hover {
  color: #4A4A4A;
}

.info-list li .btn-system-info i {
  display: block;
  float: right;
  width: 9px;
  height: 9px;
  margin: 11px 0 0;
  *position: absolute;
  *right: 22px;
  *bottom: 12px;
}

.info-list li .open i {
  background-position: 0 -14px;
}

.user-tab h3 {
  float: left;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

.user-tab .btn-delete-all {
  float: right;
color: #ffb638;
margin-right: 20px;
font-size: 14px;
}

.info-list li .img {
  float: left;
  width: 136px;
  height: 100px;
  overflow: hidden;
}

.info-list li .info {
  float: right;
  width: 616px;
}

/*User-activity*/
.activity-manage {
  width: 100%;
}

.activity-manage li {
  box-shadow: 3px 3px 15px #D9D9D9;
  position: relative;
  margin-top: 10px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.activity-manage li .tit {
  border-bottom: solid 1px #D9D9D9;
  height: 24px;
  line-height: 24px;
  padding: 8px 20px;
}

.activity-manage li .tit span {
  display: inline;
  float: left;
  font-size: 16px;
  color: #4A4A4A;
}

.activity-manage li .tit em {
  display: inline;
  float: right;
  color: #9b9b9b;
  font-size: 14px;
}

.user-part li .img-lm {
  display: block;
  float: left;
  width: 402px;
  height: 259px;
}

.user-part li .btn-status {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  font-style: normal;
  margin-left: 20px;
  background-color: #f90;
  font-size: 14px;
  border-radius: 4px;
  float: right;
}

.user-part li .tit .btn-fail {
  background-color: #999999;
}

.user-part li .tit .btn-cancel {
  background-color: #999999;
}

.activity-manage li .info {
  line-height: 31px;
  overflow: hidden;
  color: #4A4A4A;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
}

.activity-manage li .info .userfee {
  position: absolute;
  top: 12px;
  right: 26px;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #272727;
  font-weight: bold;
}

.activity-manage li .info h3 {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #272727;
  font-weight: bold;
  width: 652px;
}

.activity-manage li .info em {
  padding: 0 30px;
}

.activity-manage li .activity-comment {
  height: 30px;
  line-height: 30px;
  color: #9b9b9b;
  padding: 22px 15px 0;
}

.activity-manage li .activity-comment a {
  color: #F58636;
}

.activity-manage li .total {
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 58px;
  right: 20px;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: bold;
}

.activity-manage li .btn-cancel-order {
  bottom: 54px;
}

.activity-manage li .btn-payorder-order {
  bottom: 72px;
  right: 140px;
}

.activity-manage li .btn-order-detail {
  bottom: 25px;
}

.activity-manage li .open {
  width: 48px;
  padding: 0 25px;
}

.activity-manage li .open i {
  display: block;
  float: right;
  width: 9px;
  height: 9px;
  margin: 9px 0 0;
  background: url("/image/zk_icon.png") no-repeat;
}

.activity-manage li .btn-delete-order {
  bottom: 72px;
  display: none;
}

.activity-manage li .btn-order-pay {
  bottom: 72px;
}

.activity-manage li .countdown {
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 84px;
  right: 20px;
  color: #FF4C4C;
}

.activity-manage li .info label {
  margin: 0 20px 0 0;
}

.activity-manage li .info input[type=checkbox] {
  margin-left: 6px;
  vertical-align: middle;
}

/*User-setting*/
.setting-content {
  padding-bottom: 30px;
}

.setting-content h1 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  padding: 25px 0 44px;
  border-bottom: solid 1px #d8d8d8;
}

.setting-content dl {
  overflow: hidden;
  padding: 35px 0;
}

.setting-content dl.no-border {
  border-bottom: 0;
}

.setting-content dl dt {
  display: block;
  float: left;
  width: 170px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  padding-right: 40px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.setting-content dl dd {
  display: block;
  float: left;
  width: 73%;
  line-height: 36px;
}

.setting-content .photo dt {
  line-height: 120px;
}

.setting-content .photo img {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.setting-content .photo .upload-box {
  margin: 38px 0 0 20px;
}

.setting-content .photo .upload-box .uploadify {
  position: relative;
}

.setting-content .photo .upload-box .uploadify object {
  left: 0;
}

.setting-content .photo .upload-photo {
  display: block;
  float: left;
  width: 160px;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
background-color: #ffb638;
text-align: center;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.setting-content dd .error-msg {
  display: inline-block;
  color: #9b9b9b;
  margin-left: 10px;
  padding-left: 25px;
  background: url("/image/error-icon2.png") no-repeat left center;
}

.setting-content .userSex label {
  float: left;
  line-height: 36px;
  margin-right: 40px;
  cursor: pointer;
  font-size: 16px;
}

.setting-content .userSex label input {
  float: left;
  margin: 12px 12px 0 0;
  *margin: 10px 10px 0 0;
}

.setting-content .userBirthday dd {
  color: #444444;
  font-size: 14px;
}

.setting-content .userBirthday select {
  height: 36px;
  padding: 0 0 0 10px;
  *height: 26px;
  border: solid 1px #D9D9D9;
  margin-right: 8px;
}

.setting-content .userBirthday .sel_year {
  width: 105px;
}

.setting-content .userBirthday .sel_month,
.setting-content .userBirthday .sel_day {
  width: 80px;
  margin-left: 20px;
}

.setting-content dd div {
  color: #444444;
  font-size: 14px;
}

.setting-content dd .edit-box > div {
  height: 40px;
  overflow: hidden;
}

.setting-content dd .code {
  margin-top: 30px;
}

.setting-content .input-text {
  float: left;
  width: 168px;
  height: 22px;
  line-height: 22px;
  padding: 8px 10px;
  color: #444444;
  font-size: 14px;
  border: solid 1px #D9D9D9;
}

.setting-content .code-text {
  width: 120px;
}

.setting-content .send-code {
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background-color: #f58636;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  color: #ffffff;
  border: none;
  margin-left: 20px;
  cursor: pointer;
}

.setting-content .showPlaceholder {
  position: relative;
}

.setting-content .showPlaceholder .placeholder {
  visibility: visible;
  cursor: text;
  color: #999999;
}

.setting-content .placeholder {
  visibility: hidden;
  position: absolute;
  left: 10px;
  top: 0;
}

.setting-content .userPassword dd div {
  margin-top: 30px;
}

.setting-content .userPassword dd div:first-child {
  margin-top: 0px;
}

.setting-content .save-edit {
  display: block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: #F58636;
  margin: 40px auto;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  outline: none;
}

.setting-content .editInfo .code {
  margin-top: 20px;
}

.setting-content .editInfo .edit-phone {
  color: #F58636;
  font-size: 12px;
  margin-left: 20px;
}

.modify-password {
  min-height: 600px;
}

.modify-password .userPassword input {
  float: left;
  width: 250px;
  height: 22px;
  line-height: 22px;
  padding: 8px 10px;
  color: #444444;
  font-size: 14px;
  border: solid 1px #D9D9D9;
  *margin-right: 10px;
}

.modify-password dl {
  padding: 10px 0;
}

.modify-password dl:first-child {
  padding: 40px 0 0px;
}

/*Room-book*/
.steps-room {
  margin: 10px 0 20px;
}

.steps-room li {
  font-size: 18px;
}

.steps-room li.step_1 {
  z-index: 4;
  width: 216px;
}

.steps-room li.step_2 {
  z-index: 3;
  width: 226px;
}

.steps-room li.step_3 {
  z-index: 2;
  width: 226px;
}

.steps-room li.step_4 {
  z-index: 1;
  width: 212px;
}

.steps-room li.finish .tab_status {
  background-position: 0 -150px;
}

.library_info {
  overflow: hidden;
}

.room-part1 {
  padding: 25px 30px;
  background-color: #FFFFFF;
}

.room-part1 .room-info {
  width: 648px;
  margin-left: 35px;
}

.room-part1 .room-info h3 {
  line-height: 30px;
  color: #262626;
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: bold;
}

.room-part1 .room-info p {
  max-height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #4A4A4A;
  font-size: 14px;
  margin-top: 8px;
  padding-left: 30px;
}

.room-part1 .room-info .site {
  max-height: 48px;
  background: url("/image/hd_icon1.png") no-repeat;
}

.room-part1 .room-info .home {
  background: url("/image/bwg_icon.png") no-repeat;
}

.room-part1 {
  padding: 30px;
  background-color: #FFFFFF;
}

.room-part1 .tab1 {
  margin: 48px 0 0;
}

.room-part1 .tab1 th {
  height: 26px;
  line-height: 26px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 2px #e3e3e3;
  padding-bottom: 14px;
}

.room-part1 .tab1 td {
  padding: 20px 0 0;
}

.library_info .library_img {
  width: 135px;
  height: 100px;
  overflow: hidden;
}

.w500 {
  width: 500px;
}

.room-part1 .tab1 .date {
  width: 210px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  color: #000000;
  padding: 6px 6px;
  border: solid 1px #d9d9d9;
  position: relative;
  font-size: 14px;
}

.room-part1 .tab1 .date input {
  width: 80px;
  float: left;
  line-height: 22px;
  padding-left: 4px;
  border: none;
  font-size: 14px;
}

.room-part1 .tab1 #data-week {
  margin-left: 7px;
}

.room-part1 .tab1 .date i {
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 22px;
  height: 22px;
  background: url("/image/data-icon2.png") no-repeat;
  cursor: pointer;
}

.room-part1 .tab1 .error-msg {
  float: left;
  width: 150px;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 6px;
  margin-left: 20px;
  padding-left: 25px;
  background: url(/image/error-icon2.png) no-repeat 0 4px;
}

.room-part1 .tab1 .cate {
  width: 146px;
  height: 36px;
  position: relative;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  padding-right: 22px;
}

.room-part1 .tab1 .cate .caption {
  line-height: 36px;
  padding: 0 5px;
  color: #444444;
}

.room-part1 .tab1 .cate .arrow {
  position: absolute;
  right: 10px;
  top: 13px;
  line-height: 12px;
  height: 12px;
  color: #BBBBBB;
}

.room-part1 .tab1 .cate select {
  position: absolute;
  top: 7px;
  left: 0;
  width: 170px;
  height: 26px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  font-size: 14px;
}

.room-part2 .tab1 {
  margin-top: 26px;
}

.room-part2 .tab1 .groupList .default {
  color: #999999;
}

.room-part2 .tab1 .groupList {
  width: 236px;
}

.room-part2 .tab1 .groupList select {
  width: 260px;
}

.room-part2 .tab1 .input-box {
  height: 40px;
  overflow: hidden;
  position: relative;
}

.room-part2 .tab1 .input-box .placeholder {
  position: absolute;
  height: 20px;
  line-height: 20px;
  visibility: hidden;
  top: 7px;
  left: 12px;
  color: #999999;
}

.room-part2 .tab1 .showPlaceholder .placeholder {
  visibility: visible;
  cursor: text;
}

.room-part2 .tab1 .name,
.room-part2 .tab1 .phoneNum {
  float: left;
  width: 190px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #9b9b9b;
  padding: 8px 10px;
  border: solid 1px #cccccc;
}

.room-part1 .tab1 .tab_label {
  min-width: 60px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
}

.room-part1 .tab1 .yzm_input {
  width: 98px;
  height: 20px;
  line-height: 20px;
  padding: 8px 10px;
  text-align: center;
  color: #9b9b9b;
  font-size: 16px;
  border: solid 1px #cccccc;
}

.room-part1 .tab1 .yzm_img {
  width: 118px;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
  border: 1px solid #cccccc;
}

.room-part1 .tab1 .yzm_img img {
  width: 118px;
  height: 36px;
}

.room-part1 .tab1 .w243 {
  width: 230px;
}

.room-part2 .rp_label {
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.room-part2 .rp_label font {
  font-weight: bold;
  vertical-align: middle;
  margin-left: 2px;
}

.room-part2 .rp_noinput {
  width: 240px;
  height: 30px;
  border: none;
  padding: 5px;
  outline: none;
  background: #ffffff;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.room-part2 .rp_input {
  width: 240px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #cccccc;
  padding: 5px;
  outline: none;
  color: #9b9fa3;
  font-size: 14px;
  vertical-align: top;
}

.book-notes {
  width: 795px;
  height: auto;
  overflow: hidden;
  padding: 10px;
  border: solid 1px #d9d9d9;
  margin: 30px 0 0;
  background-color: #FFFFFF;
}

.book-notes .book_inner {
  overflow-y: auto;
  max-height: 288px;
}

.book-notes .book_inner .notes-content {
  line-height: 28px;
  color: #4a4a4a;
}

.book-notes .book_inner .caption {
  line-height: 32px;
  color: #F58636;
  font-size: 20px;
  font-weight: bold;
}

.book-notes .book_inner .notes-title {
  font-size: 16px;
  font-weight: bold;
}

.book-notes .book_inner p {
  font-size: 14px;
}

.book-agreement {
  height: 24px;
  line-height: 24px;
  margin: 25px 0 0;
}

.book-agreement input {
  vertical-align: middle;
  margin: 0px 4px 0 30px;
  background: transparent;
}

.book-agreement label {
  color: #F58636;
}

.book-agreement label a {
  color: #F58636;
}

.book-control {
  margin-bottom: 30px;
  text-align: center;
}

.book-control .book-submit {
  font-size: 18px;
  margin: 30px auto 0;
}

/*Room-book-order*/
.room-part3 {
  padding: 30px;
  background-color: #FFFFFF;
  border: 1px solid #c9cacb;
}

.room-part3 h1 {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 12px;
  border-bottom: solid 1px #c8c8c8;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: bold;
}

.room-order-info {
  height: auto;
  overflow: hidden;
  padding: 30px 0px;
}

.room-order-info .img {
  width: 270px;
  height: 200px;
  overflow: hidden;
}

.room-order-info .details {
  width: 488px;
  line-height: 36px;
  color: #4a4a4a;
  font-size: 16px;
}

.room-order-info .details span {
  color: #4a4a4a;
  font-size: 16px;
}

.room-order-info .details input {
  vertical-align: middle;
  margin-right: 6px;
}

.room-order-info .details label {
  color: #536693;
  font-size: 12px;
}

.room-order-info.info2 {
  padding: 24px 20px;
  line-height: 44px;
  margin-top: 35px;
  position: relative;
}

.room-order-info .go-back {
  float: left;
  display: block;
  overflow: hidden;
  color: #9b9b9b;
  font-size: 14px;
}

.room-order-info .btn-submit-order {
  float: right;
  display: block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  border: none;
background-color: #ffb638;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
cursor: pointer;
outline: none;
}

.room-order-info .btn-loading {
  position: absolute;
  width: 138px;
  height: 40px;
  border: solid 1px #cccccc;
  background-color: #EEEEEE;
  right: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.room-order-info .btn-loading h3 {
  line-height: 24px;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  margin-top: 4px;
}

.room-order-info .btn-loading .img {
  width: 118px;
  height: 3px;
  /*background: url("/scswhg/pc/image/btn-load.gif") no-repeat;*/
  margin: 2px auto 0;
}

.confirm_order {
  display: block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  margin: 30px auto;
  cursor: pointer;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #f58636;
  color: #ffffff;
  font-size: 18px;
}

.room-part3 .confirm_box {
  height: auto;
  overflow: hidden;
  position: relative;
}

.room-part3 .btn-loading {
  position: absolute;
  width: 178px;
  height: 42px;
  border: solid 1px #cccccc;
  background-color: #EEEEEE;
  top: 30px;
  left: 50%;
  margin-left: -90px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.register-content .btn-loading h3 {
  line-height: 24px;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  margin-top: 4px;
}

.register-content .btn-loading .img {
  width: 118px;
  height: 3px;
  background: url("/scswhg/pc/image/btn-load.gif") no-repeat;
  margin: 2px auto 0;
}

.room-part4 .confirm_box {
  float: right;
  width: 180px;
}

.room-part4 .btn-loading {
  right: 0;
  top: 0;
}

.elec_ticket {
  display: block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  margin-top: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #f58636;
  color: #ffffff;
  font-size: 18px;
}

.tab1 .date_name {
  width: 56px;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  color: #000000;
  font-size: 14px;
}

.activity-order-info .img {
  width: 300px;
}

/*Activity-book*/
.steps-activity {
  margin: 10px 0 20px;
}

.steps-activity li.step_1 {
  z-index: 5;
  width: 166px;
  font-size: 18px;
}

.steps-activity li.step_2 {
  z-index: 4;
  width: 176px;
  font-size: 18px;
  text-indent: 17px;
}

.steps-activity li.step_3 {
  z-index: 3;
  width: 176px;
  text-indent: 41px;
  text-align: left;
  font-size: 18px;
}

.steps-activity li.step_4 {
  z-index: 2;
  width: 170px;
  text-indent: 40px;
  text-align: left;
  font-size: 18px;
}

.steps-activity li.step_5 {
  z-index: 1;
  width: 192px;
  font-size: 18px;
  text-indent: 14px;
}

.steps-activity li.finish .tab_status {
  background-position: 0 -150px;
}

.room-part1 .tab1 .timeList {
  width: 76px;
}

.room-part1 .tab1 .timeList select {
  width: 100px;
}

/*Activity-book-order*/
.activity-part3 .room-order-info {
  padding: 0;
}

.activity-part3 .info-l {
  padding: 16px 26px;
  border-right: solid 1px #d9d9d9;
}

.activity-part3 .info-l .img {
  width: 87px;
}

.activity-part3 .info-l .details {
  width: 400px;
}

.activity-part3 .info-r {
  padding: 30px;
}

.activity-part3 .info-r h4 {
  line-height: 24px;
  color: #777777;
  font-size: 16px;
  font-weight: normal;
}

.activity-part3 .info-r p {
  line-height: 18px;
  color: #444444;
}

.activity-part3 .info-r .clock {
  overflow: hidden;
  margin: 12px 0;
}

.cntSeparator {
  font-size: 54px;
  padding: 10px 7px;
  color: #FF4D4D;
  width: 26px;
  text-align: center;
}

.layer-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.layer-box {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -161px;
  border: solid 1px #999999;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 14px;
}

.layer-box .up-box-hd {
  border-bottom: solid 1px #d9d9d9;
}

.layer-box .layer-btn {
  overflow: hidden;
  padding: 20px 0 35px;
  text-align: center;
  vertical-align: top;
}

.layer-box .layer-btn .btn-pay {
  display: inline-block;
  width: 120px;
  line-height: 90px;
  font-weight: bold;
  vertical-align: top;
  border: solid 1px #d9d9d9;
  margin: 0 5px;
}

.layer-box .layer-btn .pay-fail {
  color: #222222;
}

/*sort*/
.sort-box {
  width: 1120px;
  height: 38px;
  padding: 12px 20px 10px;
  margin: 20px auto 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.sort-box .sort-l {
  height: 38px;
  margin-left: 8px;
}

.sort-box .sort-l .txt {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #444444;
  font-weight: bold;
  margin-right: 10px;
  *vertical-align: top;
}

.sort-box .sort-l .item {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  color: #666666;
  padding: 0 16px;
  margin-right: 10px;
  border: solid 1px #d9d9d9;
  background-color: #F4F4F4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.sort-box .sort-l .item i {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin: 2px 0 0 5px;
  /*background: url("/image/sort-icon1.png") no-repeat;*/
  *vertical-align: top;
}

.sort-box .sort-l .item i {
  background-position: 0 0;
}

.sort-box .sort-l .icon-asc {
  color: #ed3838;
  font-weight: bold;
}

.sort-box .sort-l .icon-asc i {
  background-position: -11px 0;
}

.sort-box .sort-l .icon-desc {
  color: #ed3838;
  font-weight: bold;
}

.sort-box .sort-l .icon-desc i {
  background-position: -22px 0;
}

.sort-box .sort-r {
  height: 38px;
  line-height: 38px;
  color: #444444;
}

.sort-box .sort-r .red {
  color: #FF2626;
}

.search-result {
  width: 1180px;
  height: 200px;
  overflow: hidden;
  margin: 20px auto 0;
  padding: 0;
  background: #eef4f7;
}

.search-result .no-result {
  width: 860px;
  min-height: 87px;
  margin: 50px auto 0;
  padding-left: 120px;
  background: url("/image/null-result.png") no-repeat left center;
}

.search-result .no-result h2 {
  line-height: 30px;
  padding-top: 16px;
color: #ffb638;
font-size: 20px;
}

.search-result .no-result .red {
  color: #FF2626;
}

.search-result .no-result h4 {
  line-height: 24px;
  margin-top: 10px;
  color: #9b9b9b;
  font-size: 16px;
}

.may-like {
  margin-top: 20px;
  margin-bottom: 40px;
}

.may-like .in-activity li {
  margin: 0 20px 20px 0;
}

.may-like .in-activity > h3 {
  height: 22px;
  line-height: 22px;
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 8px;
}

/*culture-detail*/
.smriti-people {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}

.smriti-people h2 {
  height: 22px;
  line-height: 22px;
  color: #444444;
  font-size: 14px;
}

.smriti-people .list {
  width: 100%;
  margin-top: 16px;
}

.smriti-people .list li {
  height: 104px;
  overflow: hidden;
  margin-bottom: 36px;
}

.smriti-people .list li .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: 4px;
}

.smriti-people .list li .info {
  width: 590px;
  overflow: hidden;
}

.smriti-people .list li h3 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: solid 1px #DDDDDD;
}

.smriti-people .list li h3 span {
  float: left;
  color: #666666;
  font-size: 14px;
}

.smriti-people .list li .note {
  line-height: 24px;
  margin-top: 6px;
  color: #666666;
}

.smriti-people .list li .btn-icon {
  display: block;
  float: right;
  width: 38px;
  height: 20px;
  line-height: 20px;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 0 6px;
  border: solid 1px #aaaaaa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.smriti-people .list li .btn-icon i {
  display: inline-block;
  float: right;
  width: 7px;
  height: 7px;
  margin: 6px 0 0 0;
  vertical-align: top;
  background: url("/scswhg/pc/image/culture-icon1.gif") no-repeat;
}

.smriti-people .list li .btn-icon:hover {
  color: #425175;
  border: solid 1px #425175;
}

.smriti-people .list li .collapse i {
  background-position: 0 0;
}

.smriti-people .list li .collapse:hover i {
  background-position: 0 -8px;
}

.smriti-people .list li .expand i {
  background-position: -8px 0;
}

.smriti-people .list li .expand:hover i {
  background-position: -8px -8px;
}

.smriti-people .load-more {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  background-color: #eeeeee;
  margin-top: 10px;
}

/*seat*/
.legend-box {
  width: 400px;
  height: auto;
  border: 0;
  margin: 0 auto;
  padding-bottom: 20px;
}

.legend-box .tip {
  width: 60px;
  float: left;
  text-indent: 5px;
  color: #1F1F1F;
  font-size: 14px;
  font-weight: bold;
}

.legend-box .tip2 {
  float: left;
}

.legend-box .tip2 li {
  float: left;
  width: 130px;
  height: 32px;
  line-height: 32px;
  margin: 20px 0 0;
}

.legend-box .tip2 li span {
  margin-left: 10px;
  font-size: 12px;
}

.legend-box .tip2 li .seatCharts-cell {
  margin: 5px;
}

.activity-part1 {
  padding: 0px 0px 25px;
  margin: 0 auto;
}

.activity-part1 .front {
  width: 100%;
  height: 38px;
  margin: 0 0 25px 7px;
  background: url("/image/seat-header.png") no-repeat center top;
}

.activity-part1 .seat-wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.activity-part1 .seat-box {
  margin: 0 auto;
  overflow: hidden;
}

.activity-part1 .seat-tit {
  width: 30px;
  float: left;
}

.activity-part1 .seat-tit .seatCharts-cell {
  width: 42px;
  text-align: left;
  color: #9b9b9b;
  font-size: 20px;
  margin: 0 4px 8px 0;
}

.activity-part1 .seat-container {
  width: 528px;
  overflow: hidden;
}

.seatCharts-seat.unavailable.already,
.seatCharts-seat.unavailable.sp-level {
  background-position: 0 0px;
  cursor: not-allowed;
}

/*.seatCharts-seat.available{ background-position: 0 -161px;}
.seatCharts-seat.available.first-level{ background-position: 0 -46px;}*/
.seatCharts-seat.available.second-level {
  background-position: 0 -69px;
}

.seatCharts-seat.available.third-level {
  background-position: 0 -92px;
}

.seatCharts-seat.available.four-level {
  background-position: 0 -115px;
}

.seatCharts-legend,
.seatCharts-legendList {
  height: 28px;
}

.seatCharts-legend {
  float: left;
}

.seatCharts-legendItem {
  float: left;
  height: 28px;
  line-height: 28px;
  padding-right: 20px;
}

.seatCharts-legendItem .seatCharts-cell {
  margin: 0;
}

.seatCharts-legendItem span.seatCharts-legendDescription {
  margin-left: 10px;
}

.ticket-list {
  padding-top: 12px;
  margin-bottom: 0;
  font-size: 20px;
}

.ticket-list .seat-txt {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #F58636;
  margin-right: 12px;
}

.ticket-list .caption {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
}

.ticket-list .caption h4 {
  display: inline-block;
  vertical-align: top;
  color: #4A4A4A;
  margin-right: 20px;
}

.ticket-list .caption > div {
  display: inline-block;
  vertical-align: top;
}

.ticket-lists {
  padding-top: 12px;
  margin-bottom: 0;
  font-size: 20px;
}

.ticket-lists .caption {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  margin-bottom: 10px;
}

.ticket-lists .caption h4 {
  display: inline-block;
  vertical-align: top;
  color: #4A4A4A;
  margin-right: 20px;
}

.ticket-lists .caption > div {
  display: inline-block;
  vertical-align: top;
}

/*Feedback*/
#register-content .feedback-box {
  border: solid 1px #cdcdcd;
  background: #ffffff;
  margin-top: 10px;
}

#register-content .feedback-box h2 {
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  padding: 35px 0;
  border-bottom: solid 1px #cdcdcd;
}

.feedback-form {
  overflow: hidden;
  padding: 50px 35px 30px;
}

.feedback-form dl {
  display: block;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 10px 0;
}

.feedback-form dt {
  width: 108px;
  float: left;
  text-align: right;
  padding-right: 20px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
}

.feedback-form dd {
  width: 84%;
  float: left;
}

.feedback-form .input-radio label {
  margin: 0 20px;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}

.feedback-form .input-radio input[type=radio] {
  vertical-align: middle;
  margin-right: 6px;
}

.feedback-form .content-txt {
  width: 540px;
  height: 100px;
  line-height: 25px;
  overflow: auto;
  padding: 10px;
  border: solid 1px #cdcdcd;
  resize: none;
}

.feedback-form .input-phone {
  width: 330px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 8px 10px;
  border: solid 1px #cdcdcd;
}

.feedback-form .btn-feedback {
  margin: 50px auto;
}

.feedback-form .btn-feedback:disabled {
  background:#d1d1d1;
	border: solid 1px #e1e1e1;
}

/*User-initiate*/
.user-initiate {
  overflow: hidden;
}

.user-initiate h1 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  padding: 25px 0 44px;
  border-bottom: solid 1px #d8d8d8;
}

.user-initiate .publish {
  margin-top: 20px;
}

.user-initiate .publish td {
  line-height: 40px;
  padding: 20px 0;
}

.user-initiate .publish .td-title {
  width: 130px;
  line-height: 40px;
  text-align: right;
  color: #4A4A4A;
  font-size: 16px;
  padding-right: 30px;
  vertical-align: top;
}

.user-initiate .publish .td-title .red {
  margin-right: 6px;
  vertical-align: middle;
}

.user-initiate .publish .td-input .input-text {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 8px 10px;
  border: solid 1px #cdcdcd;
  vertical-align: top;
}

.w330 {
  width: 330px;
}

.user-initiate .publish .td-upload {
  overflow: hidden;
}

.user-initiate .publish .td-upload .img {
  display: inline-block;
  width: 148px;
  height: 110px;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 10px;
  *float: left;
  border: solid 1px #cdcdcd;
}

.user-initiate .publish .td-upload .btn {
  display: inline-block;
  width: 100px;
  vertical-align: bottom;
  margin-right: 10px;
  *float: left;
  *margin-top: 40px;
}

.user-initiate .publish .td-upload .controls {
  height: 35px;
  overflow: hidden;
}

.user-initiate .publish .btn-upload {
  width: 100px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #9b9b9b;
  font-size: 12px;
  border: solid 1px #cdcdcd;
  margin-top: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  outline: none;
  *float: left;
  *line-height: 24px;
}

.user-initiate .publish .td-upload .uploadify-button {
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #9b9b9b;
  font-size: 12px;
  border: solid 1px #cdcdcd;
  margin-top: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  outline: none;
  *float: left;
  *line-height: 24px;
}

.user-initiate .publish .td-upload .tip {
  display: inline-block;
  vertical-align: bottom;
  width: 310px;
  height: 16px;
  background: url("/scswhg/pc/image/upload-tip.jpg") no-repeat left center;
  color: #F58636;
  font-size: 10px;
  *float: left;
  *margin-top: 94px;
}

.user-initiate .publish .td-select select {
  width: 142px;
  margin-right: 20px;
}

.select2-container .select2-choice {
  border-radius: 0;
  border-color: #cdcdcd;
}

.select2-container .select2-choice .select2-arrow {
  background: url("/image/arrow-icon3.png") no-repeat 0 13px;
}

.w130 {
  width: 128px;
}

.user-initiate .publish .td-coordinate input[type=text] {
  *float: left;
}

.user-initiate .publish .td-coordinate .txt {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  *float: left;
}

.user-initiate .publish .td-coordinate .btn-query {
  display: inline-block;
  vertical-align: top;
  width: 98px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-top: 0;
  text-align: center;
  *float: left;
}

.user-initiate .publish .td-tag {
  padding-bottom: 10px;
}

.user-initiate .publish .td-tag a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  color: #4A4A4A;
  border: solid 1px #cdcdcd;
  padding: 0 24px;
  margin: 0 10px 10px 0;
}

.user-initiate .publish .td-tag a.cur {
  color: #ffffff;
border: solid 1px #ffb638;
background: #ffb638;
}

.user-initiate .publish .td-time .start,
.user-initiate .td-time .end {
  float: left;
  width: 218px;
  height: 22px;
  line-height: 22px;
  padding: 8px 8px 8px 18px;
  margin-right: 10px;
  border: solid 1px #cdcdcd;
  position: relative;
}

.user-initiate .publish .td-time .text {
  float: left;
  display: inline-block;
  color: #596887;
  padding: 0 10px 0 5px;
}

.user-initiate .publish .td-time div input {
  float: left;
  display: inline-block;
  line-height: 22px;
  color: #4A4A4A;
  width: 72px;
  border: 0;
  text-align: left;
}

.user-initiate .publish .td-time div .week {
  float: left;
  display: inline-block;
  line-height: 22px;
  color: #4A4A4A;
}

.user-initiate .publish .td-time i {
  display: block;
  position: absolute;
  right: 6px;
  top: 9px;
  width: 22px;
  height: 22px;
  background: url("/image/data-icon2.png") no-repeat;
  cursor: pointer;
}

.user-initiate .publish .td-time .txt {
  display: inline-block;
  float: left;
  padding: 0 18px;
}

.user-initiate .publish .td-time .w172 {
  width: 172px;
}

.user-initiate .publish .td-time .w172 input {
  width: 150px;
}

.user-initiate .publish .ticket-item {
  min-height: 42px;
  font-size: 0;
}

#put-ticket-list > div {
  margin-top: 20px;
}

#put-ticket-list > div:first-child {
  margin-top: 0px;
}

.user-initiate .publish .ticket-item em {
  display: inline-block;
  font-size: 14px;
  padding: 0 17px;
}

.user-initiate .publish .ticket-item .zhi {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
}

.user-initiate .publish .ticket-item input[type=text] {
  width: 58px;
  text-align: center;
}

.user-initiate .publish .td-input .timeico {
  width: 26px;
  height: 26px;
  margin-left: 10px;
  outline: none;
  display: inline-block;
  background: url(/image/add-del-icon.png) no-repeat;
  vertical-align: top;
  margin-top: 7px;
  cursor: pointer;
}

.user-initiate .publish .td-input .add-btn {
  background-position: 0 0;
}

.user-initiate .publish .td-input .del-btn {
  background-position: 0 -26px;
}

.user-initiate .publish .td-way label {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}

.user-initiate .publish .td-way label input[type=radio] {
  vertical-align: middle;
  margin-right: 6px;
}

.user-initiate .publish .td-way .extra {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.user-initiate .publish .td-way .extra em {
  display: inline-block;
  line-height: 40px;
}

.user-initiate .publish .td-way .extra input[type=text] {
  width: 58px;
  margin: 0 10px;
}

.user-initiate .publish .td-btn {
  padding: 40px 0 80px;
}

.user-initiate .publish .td-center {
  text-align: center;
}

.user-initiate .publish .td-btn .btn-default {
  display: inline-block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  margin: 0 20px;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  outline: none;
}

.user-initiate .publish .td-btn .btn-save {
  background: #F58636;
}

.user-initiate .publish .td-btn .btn-publish {
background: #ffb638;
}

.user-initiate .publish .error-msg {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #9b9b9b;
  font-size: 12px;
  margin: 10px 0 0 20px;
  padding-left: 26px;
  background: url("/image/error-icon2.png") no-repeat;
}

.user-initiate .publish .ticket-item .error-msg {
  margin-left: 0;
}

/*User-initiate-manage*/
.user-right .user-tab .btn-initiate {
  float: right;
}

.user-right .user-tab .btn-initiate a {
  display: block;
  width: auto;
  color: #F58636;
  font-size: 14px;
  padding-left: 30px;
  margin-right: 20px;
  border: 0;
  background: url("/image/btn-initiate.png") no-repeat 0 6px;
  color: #F58636;
}

.user-right .interactive-manage .see {
  height: 20px;
  line-height: 20px;
  text-align: right;
  padding: 25px 20px 0;
}

.user-right .interactive-manage .see a {
  color: #9b9b9b;
}

.user-right .interactive-manage .see .btn-edit {
  display: inline-block;
  width: 76px;
  height: 28px;
  line-height: 28px;
  color: #4A4A4A;
  text-align: center;
  border: solid 1px #cdcdcd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/*dialog*/
.ui-dialog-body {
  padding: 40px 30px 80px;
}

.ui-dialog-title {
  font-weight: bold;
}

.ui-dialog-content {
  line-height: 30px;
  color: #4A4A4A;
  font-size: 20px;
}

.ui-dialog-footer button {
  width: 160px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  color: #4A4A4A;
  font-size: 16px;
}

.ui-dialog-footer button:hover,
.ui-dialog-footer button:focus,
.ui-dialog-footer button:active {
  color: #4A4A4A;
  background-color: #ffffff;
  border-color: #cdcdcd;
}

.ui-dialog-footer button.ui-dialog-autofocus {
  background-color: #f58636;
  border-color: #F58636;
}

.ui-dialog-footer button.ui-dialog-autofocus:hover,
.ui-dialog-footer button.ui-dialog-autofocus:focus,
.ui-dialog-footer button.ui-dialog-autofocus:active {
  color: #ffffff;
  background-color: #F58636;
  border-color: #F58636;
}

.ui-dialog-footer {
  padding-bottom: 50px;
}

/*User-MyCollection-activity*/
.collection_manage .activity_ul {
  width: 817px;
  margin: -7px -5px;
}

.collection_manage .activity_ul li {
  width: 250px;
  height: 380px;
  overflow: visible;
  margin: 20px 10px 0;
  background-color: #eef4f7;
  position: relative;
}

.collection_manage .activity_ul li > a {
  display: block;
  width: 250px;
  height: 168px;
  overflow: hidden;
}

.collection_manage .activity_ul li a img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.collection_manage .activity_ul li .info {
  height: 206px;
}

.collection_manage .activity_ul li h1 {
  padding-top: 6px;
}

.collection_manage .activity_ul li .text {
  margin-top: 10px;
}

.collection_manage .activity_ul li .text p {
  font-size: 12px;
}

.collection_manage .activity_ul li .text .collectp {
  width: 210px;
  height: 40px;
  overflow: hidden;
}

.collection_manage .activity_ul li .number {
  margin-top: 20px;
}

.collection_manage .venue_ul {
  width: 810px;
  margin-left: 5px;
  margin-right: -10px;
}

.collection_manage .venue_ul li {
  width: 250px;
  overflow: visible;
}

.collection_manage .venue_ul li .order {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 46px;
  height: 50px;
  color: #fff;
  background: url(/image/san.png) no-repeat 0 0;
  font-size: 16px;
  line-height: 24px;
  padding-left: 4px;
}

.collection_manage .venue_ul li .img {
  width: 250px;
  height: 168px;
}

.collection_manage .venue_ul li .info {
  height: 140px;
}

.collection_manage .venue_ul li h1 {
  padding-top: 8px;
}

.collection_manage .venue_ul li .start {
  margin-top: 2px;
}

.collection_manage .venue_ul li .text {
  height: 48px;
}

.collection_manage .venue_ul li .text p span {
  margin-right: 4px;
}

.collection_manage .venue_ul li .number {
  height: 24px;
  width: 100%;
  line-height: 24px;
  color: #4a4a4a;
  margin-top: 20px;
}

.collection_manage .venue_ul li .number span {
  display: block;
  height: 24px;
  float: left;
  background: url(/image/icon-heart1.png) no-repeat 0 center;
  padding-left: 29px;
  width: 40px;
}

.collection_manage .venue_ul li .number span.view {
  background: url(/image/icon-view1.png) no-repeat 0 center;
  padding-left: 38px;
}

.collection_manage ul li .del-btn {
  display: none;
  width: 25px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: -6px;
  background: url("/image/deletebtn.png") no-repeat;
}

.collection_manage ul li:hover .del-btn {
  display: block;
}

/**ticket**/
.ticket-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ticket-box {
  display: none;
  width: 398px;
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 22;
  border: solid 1px #979797;
  background-color: #ffffff;
  margin-left: -200px;
  -webkit-box-shadow: 0 0 20px #444444;
  -moz-box-shadow: 0 0 20px #444444;
  box-shadow: 0 0 20px #444444;
}

.ticket-box .top {
  width: 100%;
  height: 78px;
  overflow: hidden;
}

.ticket-box .cont {
  padding: 26px 40px 50px;
  border-bottom: solid 1px #c3c3c3;
}

.ticket-box .cont h3 {
  line-height: 30px;
  color: #262626;
  font-size: 18px;
  padding-bottom: 30px;
}

.ticket-box .cont p {
  line-height: 24px;
  color: #4A4A4A;
  font-size: 16px;
  padding: 4px 0;
}

.ticket-box .cont .ewm {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 25px auto 0;
}

.ticket-box .share {
  height: 30px;
  padding: 20px 40px;
}

.ticket-box .share .bdsharebuttonbox {
  height: 30px;
  line-height: 30px;
}

.ticket-box .share .bdsharebuttonbox span {
  float: left;
  width: 50px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
}

.ticket-box .share .bdsharebuttonbox a {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  padding-left: 0;
  background: url("/image/share-icon30.png") no-repeat;
}

.ticket-box .share .bdsharebuttonbox .bds_sqq {
  background-position: 0 0;
}

.ticket-box .share .bdsharebuttonbox .bds_weixin {
  background-position: 0 -30px;
}

/*ticket-activity-book*/
.ticket-activity-book {
  width: 1080px;
  padding-top: 10px;
}

.ticket-activity-book .steps-activity li {
  font-size: 24px;
}

.ticket-activity-book .steps-activity li.step_1 {
  width: 216px;
}

.ticket-activity-book .steps-activity li.step_2 {
  width: 216px;
}

.ticket-activity-book .steps-activity li.step_3 {
  width: 216px;
  text-indent: 40px;
}

.ticket-activity-book .steps-activity li.step_4 {
  width: 216px;
  text-indent: 40px;
}

.ticket-activity-book .steps-activity li.step_5 {
  width: 216px;
}

.ticket-activity-book .room-part1 {
  padding: 30px 40px 40px;
}

.ticket-activity-book .library_info .library_img {
  width: 170px;
  height: 130px;
}

.ticket-activity-book .room-part1 .room-info {
  margin-left: 20px;
}

.ticket-activity-book .room-part1 .room-info h3 {
  line-height: 40px;
  font-size: 30px;
}

.ticket-activity-book .room-part1 .room-info p {
  line-height: 30px;
  max-height: 30px;
  font-size: 24px;
}

.ticket-activity-book .room-part1 .room-info .site {
  max-height: 60px;
  background: url("/image/hd_icon1a.png") no-repeat 0 0;
}

.ticket-activity-book .room-part1 .room-info .home {
  background: url("/image/bwg_icon1a.png") no-repeat 0 2px;
}

.ticket-activity-book .room-part1 .tab1 th {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: normal;
}

.ticket-activity-book .room-part1 .tab1 .date {
  font-size: 18px;
}

.ticket-activity-book .room-part1 .tab1 .date input {
  width: 102px;
  font-size: 18px;
}

.ticket-activity-book .room-part1 .tab1 .error-msg {
  font-size: 18px;
}

.ticket-activity-book .room-part1 .tab1 .cate {
  font-size: 18px;
}

.ticket-activity-book .room-part1 .tab1 .cate select {
  font-size: 18px;
}

.ticket-activity-book .tab1 .date_name {
  width: 86px;
  font-size: 18px;
}

.ticket-activity-book h1 {
  color: #4A4A4A;
  font-size: 24px;
  margin: 27px 0 14px;
  padding-left: 40px;
}

.ticket-activity-book .room-part2 .tab1 th {
  font-size: 20px;
}

.ticket-activity-book .room-part1 .tab1 .tab_label {
  font-size: 20px;
}

.ticket-activity-book .room-part2 .tab1 .name,
.ticket-activity-book .room-part2 .tab1 .phoneNum {
  font-size: 18px;
}

.ticket-activity-book .room-part1 .tab1 .error-msg {
  background-position: 0 5px;
}

.ticket-activity-book .book-notes {
  width: 965px;
  padding: 20px 10px 20px 20px;
}

.ticket-activity-book .book-notes .book_inner .caption {
  line-height: 42px;
  font-size: 28px;
  font-weight: normal;
}

.ticket-activity-book .book-notes .book_inner .notes-title {
  line-height: 38px;
  font-size: 24px;
  font-weight: normal;
}

.ticket-activity-book .book-notes .book_inner p {
  line-height: 30px;
  font-size: 20px;
}

.ticket-activity-book .book-agreement {
  font-size: 18px;
}

.ticket-activity-book .book-control .book-submit {
  width: 360px;
  height: 66px;
  line-height: 66px;
  font-size: 28px;
  background: #F58636;
  border: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 40px;
}

.ticket-activity-book .seat-box {
  width: 706px;
}

.ticket-activity-book .seat-container {
  width: 660px;
  overflow: hidden;
}

.ticket-activity-book .legend-box {
  padding-left: 20px;
}

.ticket-activity-book .legend-box .tip2 li span {
  color: #002456;
  font-size: 24px;
}

.ticket-activity-book .book-notes .book_inner {
  max-height: 490px;
}

/*Ticket-activity-book-order*/
.ticket-activity-book .room-part3 {
  padding: 30px 40px;
}

.ticket-activity-book .room-part3 h1 {
  margin: 0;
  padding-left: 0;
  font-size: 28px;
}

.ticket-activity-book .activity-order-info .img {
  width: 450px;
  height: 300px;
}

.ticket-activity-book .room-order-info .details {
  width: 528px;
}

.ticket-activity-book .room-order-info .details p {
  line-height: 30px;
  color: #4A4A4A;
  font-size: 24px;
  padding-top: 24px;
}

.ticket-activity-book .room-order-info .details p:first-child {
  padding-top: 0;
}

.ticket-activity-book .room-order-info .details span {
  font-size: 24px;
}

.ticket-activity-book .confirm_order {
  width: 360px;
  height: 66px;
  line-height: 66px;
  font-size: 28px;
  margin: 50px auto;
}

.ticket-activity-book .room-part3 .btn-loading {
  width: 358px;
  height: 64px;
  margin-left: -180px;
  top: 50px;
}

.ticket-activity-book .room-part3 .btn-loading h3 {
  line-height: 40px;
  font-size: 20px;
}

/*Ticket-activity-book-order-success*/
.ticket-activity-book .register-part.part3 {
  padding: 35px 40px;
}

.ticket-activity-book .register-part .part3-box1 {
  border: 0;
}

.ticket-activity-book .register-part .part3-box1 .box1a {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.ticket-activity-book .register-part .part3-box1 .register-text {
  width: 1008px;
  height: 150px;
  padding: 70px 0 100px;
}

.ticket-activity-book .register-part .part3-box1 .register-text span {
  line-height: 50px;
  font-size: 30px;
}

/*Ticket-room-book*/
.ticket-room-book .steps-activity li.step_1 {
  width: 255px;
}

.ticket-room-book .steps-activity li.step_2 {
  width: 275px;
}

.ticket-room-book .steps-activity li.step_3 {
  width: 275px;
  text-indent: 90px;
}

.ticket-room-book .steps-activity li.step_4 {
  width: 275px;
  text-indent: 90px;
}

.ticket-room-book .room-part2 .rp_label {
  width: 100px;
  font-size: 20px;
  font-weight: normal;
}

.ticket-room-book .room-part2 .rp_noinput {
  font-size: 20px;
  font-weight: normal;
}

.ticket-room-book .room-part2 .rp_input {
  font-size: 18px;
}

.ticket-room-book .room-part2 td > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

/*Ticket-user-activity*/
.ticket-user .user-content {
  width: 1280px;
  margin: 0px auto 60px;
  padding: 0;
  position: relative;
}

.ticket-user .user-left {
  float: left;
  width: 291px;
  height: 558px;
}

.ticket-user .user-left .user-info {
  height: auto;
}

.ticket-user .user-left .user-info > div {
  float: none;
  margin: 0 auto;
}

.ticket-user .user-left .user-info .info {
  width: 100%;
}

.ticket-user .user-left .user-info h3 {
  margin-top: 8px;
  text-align: center;
}

.ticket-user .user-left .user-menu a {
  display: block;
  width: 267px;
  height: 80px;
  line-height: 80px;
  margin-top: 20px;
  font-size: 34px;
color: #ffb638;
text-align: center;
font-family: "微软雅黑";
}

.ticket-user .user-right {
  box-sizing: border-box;
  width: 989px;
  min-height: 558px;
  padding: 40px 34px;
  float: left;
}

.ticket-user .activity-manage li:first-child {
  margin-top: 15px;
}

.ticket-user .activity-manage li {
  height: 260px;
  overflow: hidden;
}

.ticket-user .activity-manage li:hover {
border: 3px solid #ffb638;
}

.ticket-user .user-right .user-tab > a {
  margin-right: 10px;
}

.ticket-user .user-right .user-tab > a {
  font-size: 34px;
}

.ticket-user .activity-manage li .info {
  font-size: 20.43px;
}

.ticket-user .activity-manage li .tit span,
.ticket-user .activity-manage li .tit em,
.ticket-user .activity-manage li .info h3 {
  font-size: 28.6px;
}

.ticket-user .activity-manage li .tit i {
  font-size: 16px;
}

.ticket-user .activity-manage li .info {
  line-height: 32px;
  margin-top: 37px;
  font-family: "微软雅黑";
}

.ticket-user .user-part-b li .btn {
  width: 118px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.ticket-user .user-part-b li .open {
  width: 48px;
  padding: 0 35px;
}

.ticket-user .user-part-b li .open i {
  margin-top: 14px;
}

.ticket-user .user-part-b li .btn-order-detail {
  bottom: 20px;
}

.ticket-user .user-part-b li .btn-cancel-order {
  bottom: 80px;
}

.ticket-user .user-part-b li .btn-get-ticket {
  display: none;
  bottom: 140px;
}

.ticket-user .user-right .null_info h3 {
  font-size: 20px;
}

/**legal_provision**/
.legal_provisions p {
  line-height: 24px;
}

/*登录*/
.login_body {
  width: 932px;
  margin: 0 auto;
}

.login_body .login_body_left {
  float: left;
  margin-top: 74px;
  padding-left: 8px;
}

.login_body .login_body_left img {
  display: block;
  width: 486px;
  height: 358px;
}

.login_body .login_body_right {
  margin-top: 64px;
  float: right;
  width: 360px;
  height: 428px;
  background-image: url("/image/loginbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.login_body .login_body_right form .login_culture {
  width: 350px;
  padding-left: 2px;
}

.login_body .login_body_right form .login_culture h1 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #666;
  padding-bottom: 18px;
  padding-top: 28px;
}

.login_body .login_body_right form .login_culture .reinput {
  width: 230px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: url(/image/mark.png) no-repeat 9px center;
  padding-left: 46px;
  margin-bottom: 12px;
}

.login_body .login_body_right form .login_culture .reinput input {
  display: block;
  border: 0;
  color: #333;
  line-height: 42px;
  height: 42px;
  font-size: 14px;
  width: 220px;
}

.login_body .login_body_right form .login_culture .recode {
  background-image: url(/image/code.png);
  background-position: 12px center;
}

.login_body .login_body_right form .login_culture .remember {
  width: 276px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.login_body .login_body_right form .login_culture .remember .remember_mark {
  float: left;
  font-size: 14px;
  color: #666;
}

.login_body .login_body_right form .login_culture .remember .remember_mark img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  cursor: pointer;
  width: 21px;
  height: 16px;
}

.login_body .login_body_right form .login_culture .remember .remember_link {
  float: right;
}

.login_body .login_body_right form .login_culture .remember .remember_link a {
  display: block;
  font-size: 14px;
color: #ffb638;
cursor: pointer;
}

.login_body .login_body_right form .login_culture .bot {
  width: 276px;
  margin: 0 auto;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
border: 1px solid #ffb638;
background: #ffb638;
color: #fff;
text-align: center;
line-height: 42px;
cursor: pointer;
}

.login_body .login_body_right form .login_culture .bot:active {
  background: #f7b53d;
  border: 1px solid #db9d2b;
}

.login_body .login_body_right form .login_culture .exterior {
  width: 274px;
  height: 18px;
  margin: 26px auto;
  background: url(/image/exterior.png) no-repeat center;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.login_body .login_body_right form .login_culture .exterior_login {
  width: 228px;
  margin: 0 auto;
}

.login_body .login_body_right form .login_culture .exterior_login span {
  float: left;
  width: 76px;
}

.login_body .login_body_right form .login_culture .exterior_login span a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.login_body .login_body_right form .login_culture .exterior_login span a img {
  width: 50px;
  height: 50px;
  display: block;
}

.mhContent {
  width: 1200px;
  margin: auto;
  padding-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

.mhTagSearch {
  width: 1158px;
  margin: auto;
  padding: 25px 20px;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
}

.mhTagAll {
  float: left;
  font-size: 14px;
}

.mhTagList {
  width: 980px;
  float: right;
}

.mhTagList ul li {
  cursor: pointer;
  margin-right: 20px;
  float: left;
  padding: 5px 10px;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}

.mhTagAll span {
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
  padding: 5px 10px;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mhTagSearch .mhTagSearchOn {
  font-size: 14px;
background-color: #ffb638;
color: #fff;
-moz-border-radius: 5px;
/* Firefox */
-webkit-border-radius: 5px;
/* Safari 和 Chrome */
border-radius: 5px;
/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
behavior: url(./PIE.htc);
/* 通知IE浏览器调用脚本作用于'box'类 */
}

.mhActList {
  width: 1140px;
  margin: auto;
}

.mhActList ul li {
  float: left;
  width: 265px;
  height: 350px;
  margin: 10px;
  border-bottom: 1px dashed #e8e8e8;
  cursor: pointer;
}

.mhActList .mhActModule {
  width: 240px;
  margin: auto;
  padding: 10px;
}

.mhActList .mhActModule .mhActModuleImg {
  margin-bottom: 20px;
  width: 240px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.mhActList .mhActModule .mhActModuleImg img {
  display: block;
}

.mhActModuleInfo .mhInfoTitle,
.mhActList .mhActModule .mhActModuleInfo .mgInfoTag,
.mhActModuleInfo .mhInfoTime,
.mhActModuleInfo .mhInfoPlace,
.mhActModuleInfo .mgInfo {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.mhActModuleInfo .mhInfoOrderBtn {
  color: #fff;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 10px auto 0;
  background-image: url(/image/menuBgColor.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -ms-behavior: url(./backgroundsize.min.htc);
  behavior: url(./backgroundsize.min.htc);
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.mhActModuleInfo .mhInfoTitle {
  color: #262626;
  font-size: 16px;
  margin-bottom: 10px;
}

.mhActModuleInfo .mgInfoTag {
color: #ffb638;
font-size: 12px;
margin-bottom: 20px;
float: left;
border: 1px solid #ffb638;
padding: 2px 5px;
}

.mhActModuleInfo .mgInfo {
  font-size: 12px;
  margin-bottom: 20px;
}

.mhActModuleInfo .mhInfoTime {
  margin-bottom: 10px;
}

.mhActModuleInfo .mhInfoTime,
.mhActModuleInfo .mhInfoPlace {
  color: #666;
  font-size: 12px;
}

.mhActList ul li:hover .mhActModule {
border: 1px solid #ffb638;
}

.mhDetailTitle {
  width: 818px;
  margin: 0 auto 40px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
}

.mhDetailTitle p {
  font-size: 14px;
}

.mhDetailDiv {
  width: 860px;
  margin: auto;
  margin-bottom: 40px;
}

.mhDetailDiv .mhDetailInfo {
  padding: 0 20px;
}

.mhDetailDiv .mhDetailInfo .mhDetailInfoImg {
  float: left;
}

.mhDetailDiv .mhDetailInfo .mhDetailInfoList {
  padding: 30px 0 0;
  float: left;
  margin-left: 30px;
  width: 430px;
}

.mhDetailDiv .mhDetailInfo .mhDetailInfoList p {
  font-size: 24px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 30px;
}

.mhDetailDiv .mhDetailInfo .mhDetailInfoList ul {
  margin-bottom: 30px;
}

.mhDetailDiv .mhDetailInfo .mhDetailInfoList ul li {
  margin-bottom: 15px;
  font-size: 12px;
  vertical-align: top;
}

.mhDetailDiv .mhDetailInfo .mhDetailInfoList ul li label {
  width: 70px;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}

.mhDetailDiv .mhDetailInfo .mhDetailInfoList ul li span {
  display: inline-block;
  width: 350px;
  vertical-align: top;
}

.mhPcKeep,
.mhPcShare {
  float: left;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}

.mhPcKeep img,
.mhPcShare img {
  vertical-align: middle;
}

.mhPcKeep span,
.mhPcShare span {
  vertical-align: middle;
  margin-left: 10px;
}

.mhPcShare {
  margin-left: 30px;
}

.mhDetailSt {
  background-color: #f9f9f9;
  width: 858px;
border-top: 2px solid #ffb638;
border-left: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
}

.mhDetailSt .mhBrandVideoList .item {
  width: 220px;
  text-align: center;
}

.mhDetailStTeam {
  background-color: #f9f9f9;
  width: 318px;
  margin-left: 20px;
  float: left;
border-top: 2px solid #ffb638;
border-left: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
}

.mhSmallTitle {
  border-bottom: 1px solid #e8e8e8;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #262626;
}

.mhDetailSt .mhDetailSub {
  padding: 20px;
}

.mhDetailStTeam .mhDetailSub {
  padding: 38px;
}

.mhDetailSt .mhDetailSub p,
.mhDetailSt .mhDetailSub img {
  max-height: 999999px;
  font-size: 16px;
  color: #262626;
  margin-bottom: 40px;
}

.mhDetailStTeam .mhDetailSub ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e8e8e8;
  cursor: pointer;
}

.mhDetailStTeam .mhDetailSub ul li .imgDiv {
  margin-bottom: 20px;
  width: 240px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.mhDetailStTeam .mhDetailSub ul li .imgDiv .mhBrandTicketNum {
  position: absolute;
  right: 0;
  top: 0;
background-color: #ffb638;
-moz-border-radius-bottomleft: 5px;
/* Firefox */
-webkit-border-bottom-left-radius: 5px;
/* Safari 和 Chrome */
border-bottom-left-radius: 5px;
/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
padding: 5px 15px;
color: #fff;
font-size: 12px;
}

.mhNewAct .title {
  position: relative;
}

.mhNewAct .title .mhIndexMore {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.mhIndexHot {
  margin-top: 40px;
}

.mhIndexHot .title {
  position: relative;
  margin-bottom: 40px;
}

.mhIndexHot .title .mhIndexMore {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.mhIndexHot .title img {
  display: block;
  margin: auto;
}

.mhNewAct .title img {
  display: block;
}

.mhIndexActList.mhActList {
  width: 1200px;
  background-color: #fff;
}

.mhIndexActList.mhActList ul li {
  width: 280px;
  height: 320px;
  border-bottom: none;
  cursor: pointer;
}

.mhIndexActList.mhActList ul li .mhActModule {
  padding: 0;
  width: 280px;
}

.mhIndexActList.mhActList ul li .mhActModule .mhActModuleImg {
  width: 280px;
  height: 210px;
  overflow: hidden;
  position: relative;
}

.mhIndexActList.mhActList ul li:hover .mhActModule {
  border: none;
}

.mhNewAct {
  margin-top: 60px;
}

#mhHead {
  position: relative;
  z-index: 10;
}

.mhIndexHot .mhIndexHotList .item {
  width: 400px;
  cursor: pointer;
}

.mhIndexHot .mhIndexHotList .mhIndexHotDiv {
  width: 250px;
  margin: auto;
}

.mhIndexHot .owl-theme .owl-dots .owl-dot.active span,
.mhIndexHot .owl-theme .owl-dots .owl-dot:hover span {
background: #ffb638;
}

.mhIndexHot .mhIndexHotList .mhIndexHotDiv .mhIndexHotName {
  font-size: 16px;
  color: #373737;
  text-align: center;
  font-weight: bold;
}

.mhIndexHot .mhIndexHotList .mhIndexHotDiv .mhIndexHotName p {
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.mhIndexHot .mhIndexHotList .mhIndexHotDiv .mhIndexHotName .mhIndexHotLine {
  width: 40px;
  height: 5px;
background-color: #ffb638;
margin: 20px auto 20px;
}

.mhIndexHot .mhIndexHotList .mhIndexHotDiv .mhIndexHotImg {
  width: 250px;
  height: 270px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.mhLoginBg .mhContent .mhLoginDiv {
border: 2px solid #ffb638;
width: 350px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0.9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
-moz-border-radius: 5px;
/* Firefox */
-webkit-border-radius: 5px;
/* Safari 和 Chrome */
border-radius: 5px;
/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.mhLoginBg .mhContent .mhLoginDiv .mhLoginInput {
  background-color: #fff;
  position: relative;
  padding: 10px;
  border: 1px solid #C0C0C0;
  width: 255px;
  margin: 20px auto 0;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(./PIE.htc);
  /* 通知IE浏览器调用脚本作用于'box'类 */
}

.mhLoginBg .mhContent .mhLoginDiv .mhLoginTitle {
  font-size: 18px;
  color: #666;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

.mhLoginBg .mhContent .mhLoginDiv .mhLoginOther {
  padding-top: 25px;
  width: 275px;
  margin: auto;
}

.mhLoginBg .mhContent .mhLoginDiv .mhLoginOther img {
  display: block;
  margin: auto;
}

.mhLoginBg .mhContent .mhLoginDiv .mhLoginOther ul {
  margin-top: 25px;
}

.mhLoginBg .mhContent .mhLoginDiv .mhLoginOther ul li {
  float: left;
  width: 33.3%;
  cursor: pointer;
}

.mhLoginBg .mhContent .mhLoginDiv .mhUserAcount {
  padding: 10px 40px;
}

.mhLoginBg .mhContent .mhLoginDiv .mhUserAcount label,
.mhLoginBg .mhContent .mhLoginDiv .mhUserAcount span {
  cursor: pointer;
  font-size: 14px;
color: #ffb638;
}

.mhLoginBg .mhContent .mhLoginDiv .mhUserAcount label input {
  vertical-align: middle;
  margin-right: 5px;
}

.mhWhpsList li .mhWhpsListDiv {
  width: 980px;
  padding: 40px 0;
  margin: auto;
  border-bottom: 1px dashed #e8e8e8;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsRankDiv {
  width: 120px;
  float: left;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsRankDiv div {
  margin: auto;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 86px;
  font-size: 24px;
  color: #fff;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsRankDiv div.NoOne {
  background-image: url(/image/NO1.png);
  background-position: center center;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsRankDiv div.NoTwo {
  background-image: url(/image/NO2.png);
  background-position: center center;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsRankDiv div.NoThree {
  background-image: url(/image/NO3.png);
  background-position: center center;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsRankDiv div.NoOther {
  background-image: url(/image/NO4.png);
  background-position: center center;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsImgDiv {
  width: 690px;
  height: 485px;
  float: left;
  overflow: hidden;
  position: relative;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsUserBtn {
  float: left;
  width: 170px;
  height: 485px;
  background-image: url(/image/btnBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -ms-behavior: url(./backgroundsize.min.htc);
  behavior: url(./backgroundsize.min.htc);
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsUserBtn .mhPeopleWant {
  font-size: 18px;
  text-align: center;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsUserBtn .mhPeopleWant span {
color: #ffb638;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsUserBtn .mhJoin {
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(./PIE.htc);
  /* 通知IE浏览器调用脚本作用于'box'类 */
  width: 105px;
  height: 40px;
  background-color: #fbaf51;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsUserBtn .mhWant {
background-color: #ffb638;
-webkit-border-radius: 5px;
/* Safari 和 Chrome */
border-radius: 5px;
/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
behavior: url(./PIE.htc);
/* 通知IE浏览器调用脚本作用于'box'类 */
width: 105px;
height: 40px;
margin: 0 auto 20px;
color: #fff;
font-size: 18px;
text-align: center;
line-height: 40px;
cursor: pointer;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsListName {
  padding: 10px 0 0 140px;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsListName .title {
  font-size: 24px;
  color: #262626;
  margin-bottom: 10px;
}

.mhWhpsList li .mhWhpsListDiv .mhWhpsListName .time {
  font-size: 17px;
  color: #808080;
}

.whpsDetailPlace {
  background-color: #f6f6f6;
  font-size: 14px;
  color: #666666;
  padding: 10px 20px;
}

.whpsDetailDiv {
  padding: 40px 20px 20px;
}

.whpsDetailDiv .whpsDetailImg {
  float: left;
  width: 360px;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.whpsDetailDiv .whpsDetailTitle {
  width: 780px;
  float: right;
  padding: 30px 0 50px;
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleOne {
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleOne p {
  font-size: 24px;
  color: #262626;
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleOne .whpsDetailPeopleNum {
  float: left;
  line-height: 31px;
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleOne .whpsDetailPeopleNum span {
color: #ffb638;
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleOne .whpsDetailWant {
  float: right;
  background-color: #fbaf51;
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleOne .whpsDetailJoin {
  float: right;
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
  background-image: url(/image/menuBgColor.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -ms-behavior: url(./backgroundsize.min.htc);
  behavior: url(./backgroundsize.min.htc);
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleTwo {
  padding-top: 20px;
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleTwo li {
  margin-bottom: 10px;
}

.whpsDetailDiv .whpsDetailTitle .whpsDetailTitleTwo label {
  font-size: 12px;
  color: #262626;
  font-weight: bold;
}

.whpsDetailTitle .whpsDetailTitleTwo span {
  font-size: 12px;
  color: #262626;
  margin-left: 10px;
}

.whpsDetailFont {
border-top: 2px solid #ffb638;
border-left: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
background-color: #f9f9f9;
width: 1200px;
margin: auto;
padding: 0 0 30px;
}

.whpsDetailFont .title {
  padding: 0 20px;
  line-height: 50px;
  font-size: 14px;
  color: #262626;
  border-bottom: 1px solid #e8e8e8;
}

.whpsDetailFont .whpsDetailFontDiv {
  width: 800px;
  margin: auto;
  padding: 20px 0;
}

.whpsDetailFont .whpsDetailFontDiv p {
  font-size: 16px;
  color: #262626;
  margin-bottom: 20px;
  line-height: 30px;
}

.whpsDetailFont .whpsDetailFontDiv img {
  display: block;
  margin: auto;
  max-width: 800px;
  _max-width: 800px;
  margin-bottom: 20px;
}

.mhActList.mhBrand ul li {
  height: 300px;
}

.mhActList.mhBrand ul li .mhActModuleInfo .mhBrandListTag {
  display: inline-block;
  height: 20px;
border: 1px solid #ffb638;
padding: 0 5px;
color: #ffb638;
max-width: 240px;
overflow: hidden;
}

/* start 登录 */
.login-main {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-head {
  width: 876px;
  margin: 0 auto;
  position: relative;
}
.login-head .logo {
  display: block;
}
.login-head .logo img {
  display: block;
  max-width: 338px;
  height: auto;
}
.login-head .zc {
  display: block;
  width: 78px;
  font-size: 16px;
  color: #ffb638;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
  border:1px solid #ffb638;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
.login-wrap {
    padding: 25px 20px 40px 20px;
    background-color: #fff;
    box-shadow:2px 2px 12px 2px rgba(0,0,0,0.08);
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin: 0 auto;
    margin-top: 55px;
}
.login-he-box {
    padding: 0 50px;
    float: left;
}
.login-nav-box {
    margin-bottom: 45px;
}
.login-nav-box .nItem {
    display: block;
    float: left;
    font-size: 18px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid transparent;
    margin-right: 24px;
}
.login-nav-box .nItem.on {
    color: #ffb638;
    font-weight:500;
    border-bottom-color: #ffb638;
}
.login-form-box .inp-div {
    margin-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.login-form-box .inp-txt {
    display: block;
    width: 344px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding: 12px 0;
    border: none;
}
.login-form-box .inp-txt.w220 {
    width: 220px;
}
.login-form-box .yzm {
    display: block;
    width: 124px;
    font-size: 16px;
    color: #5588FF;
    text-align: right;
    line-height: 24px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.login-form-box .yzm:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #DADADA;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.login-form-box .jzzh {
    float: left;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.login-form-box .wjmm {
    float: right;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    min-height: 24px;
}
.login-form-box .errTips{
    font-size: 14px;
    color: #f00;
    line-height: 22px;
    min-height: 22px;
}
.login-form-box .login-btn {
    display: block;
    border: none;
    width: 344px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 42px;
    background-color: #ffb638;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
}
.login-form-box .to-reg {
    display: block;
    font-size: 16px;
    color: #5588FF;
    line-height: 24px;
    min-height: 24px;
    margin-top: 12px;
}
.login-wechat {
    float: right;
    padding: 0 90px;
}
.login-wechat .tis {
    font-size: 18px;
    color: #333;
    text-align: center;
}
.login-wechat .wx-box {
    width: 250px;
    padding: 1px 0 15px 0;
    border: 1px solid #e8e8e8;
    margin-top: 15px;
}
.login-wechat .wx-box .QRCode {
    padding: 15px 0;
    margin: 0 auto;
}
.login-wechat .wx-box .QRCode img {
    display: block;
    margin: 0 auto;
}
.login-wechat .wx-box .tit {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 24px;
}
/* end 登录 */

/*注册*/
.register,
.forgetpwd {
  width: 934px;
  margin: 40px auto;
  padding-bottom: 60px;
  background-color: #f9f9f9;
border-top: 2px solid #ffb638;
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}

.register .register_con,
.forgetpwd .register_con,
.register .forgetpwd_con,
.forgetpwd .forgetpwd_con {
  width: 926px;
  padding-left: 2px;
}

.register .register_con .basic,
.forgetpwd .register_con .basic,
.register .forgetpwd_con .basic,
.forgetpwd .forgetpwd_con .basic {
  width: 650px;
  margin: 0 auto;
}

.register .register_con .basic .basic_top,
.forgetpwd .register_con .basic .basic_top,
.register .forgetpwd_con .basic .basic_top,
.forgetpwd .forgetpwd_con .basic .basic_top {
  width: 650px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.register .register_con .basic .basic_top h2,
.forgetpwd .register_con .basic .basic_top h2,
.register .forgetpwd_con .basic .basic_top h2,
.forgetpwd .forgetpwd_con .basic .basic_top h2 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  padding-top: 26px;
  padding-bottom: 20px;
  text-align: center;
}

.register .register_con .basic .basic_top .information,
.forgetpwd .register_con .basic .basic_top .information,
.register .forgetpwd_con .basic .basic_top .information,
.forgetpwd .forgetpwd_con .basic .basic_top .information {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 12px;
  position: relative;
}

.register .register_con .basic .basic_top .information .info_title,
.forgetpwd .register_con .basic .basic_top .information .info_title,
.register .forgetpwd_con .basic .basic_top .information .info_title,
.forgetpwd .forgetpwd_con .basic .basic_top .information .info_title {
  font-size: 14px;
  color: #333;
  width: 80px;
  line-height: 42px;
}

.register .register_con .basic .basic_top .information div,
.forgetpwd .register_con .basic .basic_top .information div,
.register .forgetpwd_con .basic .basic_top .information div,
.forgetpwd .forgetpwd_con .basic .basic_top .information div {
  float: left;
}

.register .register_con .basic .basic_top .information .info_input input,
.forgetpwd .register_con .basic .basic_top .information .info_input input,
.register .forgetpwd_con .basic .basic_top .information .info_input input,
.forgetpwd .forgetpwd_con .basic .basic_top .information .info_input input {
  width: 280px;
  display: inline-block;
  padding-left: 16px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 42px;
  height: 42px;
  font-size: 14px;
  color: #333;
}

.register .register_con .basic .basic_top .information .info_input .last_code,
.forgetpwd .register_con .basic .basic_top .information .info_input .last_code,
.register .forgetpwd_con .basic .basic_top .information .info_input .last_code,
.forgetpwd .forgetpwd_con .basic .basic_top .information .info_input .last_code {
  width: 110px;
  padding-left: 0;
  text-align: center;
  cursor: pointer;
background: #ffb638;
border: 1px solid #ffb638;
color: #fff;
float: left;
line-height: 36px;
height: 36px;
margin-top: 3px;
}

.register .register_con .basic .basic_top .information .info_input .last_input,
.forgetpwd .register_con .basic .basic_top .information .info_input .last_input,
.register .forgetpwd_con .basic .basic_top .information .info_input .last_input,
.forgetpwd .forgetpwd_con .basic .basic_top .information .info_input .last_input {
  width: 156px;
  float: left;
  margin-right: 10px;
}

.register .register_con .basic .basic_top .information .info_input .personality,
.forgetpwd .register_con .basic .basic_top .information .info_input .personality,
.register .forgetpwd_con .basic .basic_top .information .info_input .personality,
.forgetpwd .forgetpwd_con .basic .basic_top .information .info_input .personality {
  width: 36px;
  padding-left: 0;
  text-align: center;
  cursor: pointer;
  color: #666666;
  float: left;
  line-height: 36px;
  height: 36px;
  margin-top: 3px;
  margin-right: 10px;
}

.register .register_con .basic .basic_botom,
.forgetpwd .register_con .basic .basic_botom,
.register .forgetpwd_con .basic .basic_botom,
.forgetpwd .forgetpwd_con .basic .basic_botom {
  display: block;
  width: 276px;
  margin: 0 auto;
  margin-top: 18px;
  line-height: 42px;
	border: 1px solid #ffb638;
	background: #ffb638;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.register .register_con .basic .basic_botom.disabled,
.forgetpwd .register_con .basic .basic_botom.disabled,
.register .forgetpwd_con .basic .basic_botom.disabled,
.forgetpwd .forgetpwd_con .basic .basic_botom.disabled {
	background:#d1d1d1;
	border: 1px solid #e1e1e1;
}

.register .register_con .basic .basic_top .information span,
.forgetpwd .forgetpwd_con .basic .basic_top .information span {
  position: absolute;
  left: 400px;
  top: 10px;
  color: red;
  width: 200px;
}

.register .register_con .basic .basic_top .information .info_input .perClick,
.forgetpwd .register_con .basic .basic_top .information .info_input .perClick,
.register .forgetpwd_con .basic .basic_top .information .info_input .perClick,
.forgetpwd .forgetpwd_con .basic .basic_top .information .info_input .perClick {
background: #ffb638;
border: 1px solid #ffb638;
color: #fff;
}

.login_top .login_top_right {
  float: right;
  padding-top: 5px;
  padding-right: 4px;
}

.login_top .login_top_right span {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-right: 16px;
}

.login_top .login_top_right a {
  display: inline-block;
  width: 88px;
  height: 36px;
  font-size: 14px;
  color: #fff;
background: #ffb638;
border: 1px solid #ffb638;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-align: center;
line-height: 36px;
cursor: pointer;
font-weight: bold;
}

.login_top {
  width: 932px;
  margin: 0 auto;
}

.login_top .login_top_left {
  float: left;
  padding-top: 5px;
}

.mhActModuleInfo {
  overflow: hidden;
}

.mhActModuleInfo div {
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 10px auto 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*活动详情 改*/
.mhActDetail {
  float: left;
  margin-left: 25px;
  width: 440px;
}

.mhActDetail .mhActDetailTitle {
  font-size: 24px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 10px;
}

.mhActDetail .mhActTag {
  //padding-left: 30px;
  height: 20px;
  //background-image: url(/image/hp_ActTag.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
}

.mhActDetail .mhActTag i{
  float: left;
  font-size: 20px;
  margin-right: 15px;
  color:#ffb638;
}
.goappointment {
  background: #ffb638 !important;
}
.closeMentbox {
  border: 1px solid #ffb638 !important;
  color:#ffb638 !important;
}
.appointmentBox {
  border-top: 1px solid #ffb638 !important;
}
.mhActDetail .mhActTag ul li {
  float: left;
  margin-right: 10px;
  font-size: 14px;
color: #ffb638;
}

.mhActDetail .mhActNameList {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.mhActDetail .mhActBtn {
  margin-top: 10px;
  min-width: 210px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.mhActDetail .mhActBtn div {
  border-radius: 5px;
}

.mhActDetail .mhActNameList .mhTicketPay,
.mhActDetail .mhActNameList .mhTicketNum,
.mhActDetail .mhActNameList .mhActBtn,
.mhActDetail .mhActNameList .mhActUserBtn {
  float: left;
}

.mhActDetail .mhActNameList .mhTicketPay {
  font-size: 12px;
  color: #262626;
  margin-top: 5px;
}

.mhActDetail .mhActNameList .mhTicketPay span {
  font-size: 22px;
  color: #fe9d03;
  margin-left: 20px;
}

.mhActDetail .mhActNameList .mhTicketNum {
  font-size: 12px;
  color: #262626;
  border: 1px dashed #cccccc;
  margin-left: 20px;
  padding: 5px 10px;
  margin-top: 5px;
}

.mhActDetail .mhActNameList .mhTicketNum span {
  /*margin-left: 10px;*/
}

.mhActDetail .mhActNameList .mhActUserBtn {
  margin-top: 5px;
  margin-left: 40px;
}

.mhActDetail .mhActNameList .mhActUserBtn span {
  margin-right: 20px;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
}

.mhActDetail .mhActNameList .mhActUserBtn span i{
  font-size:16px;
  margin-right: 5px;
  color: #ffb638;
}

.mhActDetail .mhActNameList .mhActUserBtn span.love {
  background-position: left center;
  background-repeat: no-repeat;
}

.mhActDetail .mhActNameList .mhActUserBtn span.keep {
  background-position: left center;
  background-repeat: no-repeat;
}

.mhActDetail .mhActNameList .mhActUserBtn span.share {
  background-image: url(/image/hp_keep.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.mhActDetail .mhActNameList .mhActUserBtn span.loveOn {
  background-image: url(/image/hp_keepOn.png) !important;
  background-position: left center;
  background-repeat: no-repeat;
}

.mhActDetail .mhActNameList .mhActUserBtn span.keepOn {
  background-image: url(/image/hp_starOn.png) !important;
  background-position: left center;
  background-repeat: no-repeat;
}

.mhActNameInfo {
  margin-top: 10px;
}

.mhActNameInfo ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.mhActNameInfo ul li label {
  margin-right: 10px;
  color: #262626;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

.mhActNameInfo ul li span {
  font-size: 15px;
  color: #262626;
  display: inline-block;
  max-width: 300px;
  vertical-align: top;
}

/*闵行按钮状态*/
.mhBtnRotate {
  position: absolute;
  left: 40px;
  top: 5px;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -o-transition: -o-transform 1s ease-out;
  -ms-transition: -ms-transform 1s ease-out;
  transform-origin: center 19px;
}

.mhMsNow {
  color: #fff;
  border: 1px solid #fe9d03;
  background-color: #fe9d03;
}
.mhRedNow{
  color: #fff;
  border: 1px solid #DE524F;
  background-color: #DE524F;
}
.mhOrder {
  color: #fff;
  background-color: #ffb638;
}


.mhDone {
  color: #cccccc;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.mhGoto {
  background-color: #fff;
color: #ffb638;
border: 1px solid #ffb638;
}

.mhCantOrder {
  color: #fff;
  background-color: #cccccc;
}

/*闵行地图*/
.mhMapDiv {
  position: relative;
}

.mhMap {
  width: 1200px;
  height: 842px;
  overflow: auto;
  margin: 30px auto 0;
  position: relative;
}

.mhMap .mhMpgImg {
  display: block;
  width: 1200px;
  height: auto;
  cursor: move;
}

.mhMapPop {
  display: none;
  z-index: 100;
  position: absolute;
  left: 10px;
  top: 10px;
  box-shadow: 0 0 0.5px rgba(0, 0, 100, 0.6);
  background: #fff;
  border-radius: 2px;
  text-align: left;
  border: 1px solid silver;
}

.mapPopCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.mapPopCloseBtn img {
  display: block;
}

.mhLoginBg {
  overflow: hidden;
  min-width: 1200px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
}

.mhLoginBg .mhContent .mhLoginDiv .mhLoginBtn {
  width: 275px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
background-color: #ffb638;
cursor: pointer;
position: relative;
margin: 20px auto 0;
color: #FFF;
text-align: center;
line-height: 40px;
}

/* start 底部 */
.footer {
background-color: #ffb638  !important;
font-size: 14px;
color: #fff;
padding: 20px 0;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .footXian {
  width: 750px;
  height: 1px;
  margin: 20px auto;
  background-color: #676767;
}

.footer .footWen {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

/* end 底部 */

/* start 社团详情 */
.bread {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  color: #262626;
  padding: 22px 0 14px;
}
.stTop {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #eaeceb;
  border-radius: 5px;
  height: 143px;
  padding-top: 35px;
  background: url(/image/stbg.png) no-repeat center;
  margin-bottom: 18px;
}

.stTop .stPhoto {
  width: 99px;
  height: 99px;
  position: relative;
  padding: 6px;
  margin-left: 47px;
  overflow: hidden;
  margin-right: 18px;
  float: left;
}

.stTop .stPhoto .pto {
  border-radius: 50%;
  width: 99px;
  height: 99px;
}

.stTop .stPhoto .grade {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}

.stTop .perInfo {
  float: left;
}

.stTop .perInfo .name {
  color: #333333;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 6px;
}

.stTop .perInfo .perTag {
  margin-bottom: 15px;
}

.stTop .perInfo .perTag span {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #535151;
  font-size: 12px;
  color: #424242;
  background: #ebdcd7;
  min-width: 29px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 5px;
  padding: 0 14px;
}

.stTop .perInfo .slTag span {
  height: 20px;
  line-height: 20px;
  background: #62635f url(/image/assnDui.png) no-repeat 8px center;
  padding: 0 8px 0 20px;
  border-radius: 3px;
  margin-right: 9px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

.stTop .infoNum {
  float: right;
  margin-right: 33px;
}

.stTop .infoNum div {
  width: 75px;
  height: 75px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  float: left;
  margin-left: 17px;
  font-size: 16px;
  color: #ffffff;
}

.stTop .infoNum div p {
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}

.stTop .infoNum div p:first-child {
  margin-top: 5px;
}

.stTop .infoNum div hr {
  height: 1px;
  width: 15px;
  margin: 0 auto;
  border: none;
  background-color: #fff;
}

.stMain {
  width: 1200px;
  margin: 0 auto;
  background: #fff url(/scswhg/pc/image/stbg.jpg) repeat;
  border: 1px solid #eaeceb;
  border-radius: 5px;
  margin-bottom: 100px;
}

.stMain .stLeft {
  width: 902px;
  float: left;
}

.stMain .tabTop {
  height: 43px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}

.stMain .tabTop li {
  float: left;
  width: 160px;
  border-right: 1px solid #e5e5e5;
  line-height: 43px;
  font-size: 14px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}

.stMain .tabTop li span {
  color: #ffb638;
}

.stMain .tabTop li.cur {
  height: 42px;
  border-top: 3px solid #ffb638;
  margin-top: -2px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.stMain .stList {
  padding-top: 38px;
  padding-left: 37px;
  padding-bottom: 55px;
}

.stMain .stList ul li {
  margin-right: 25px;
  margin-bottom: 30px;
  border-radius: 3px;
  width: 240px;
  padding: 10px 9px 10px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  float: left;
}

.stMain .stList ul .img {
  position: relative;
  width: 100%;
  height: 155px;
  overflow: hidden;
}

.stMain .stList ul .img .stPlay {
  background: url(/image/stPlay.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 240px;
  height: 155px;
}

.stMain .stList ul .stName {
  color: #424242;
  min-height: 86px;
  font-size: 14px;
  padding: 5px 0;
}

.stMain .stRight {
  width: 296px;
  float: left;
}

.stMain .stRight .btnWrap {
  padding-top: 18px;
  text-align: center;
  background: #fafafa;
}

.stMain .stRight .btnWrap span {
  display: inline-block;
  width: 117px;
  height: 42px;
  color: #ffffff;
  padding: 1px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  background-color: #feb142;
  margin: 0 8px;
}

.stMain .stRight .btnWrap span:first-child {
background-color: #ffb638;
}

.stMain .stRight .btnWrap span:first-child img {
  margin-bottom: 3px;
}

.stMain .stRight .btnWrap span button {
  border: 1px solid #fff;
  display: block;
  width: 117px;
  height: 42px;
  background-color: transparent;
  letter-spacing: 9px;
}

.stMain .stRight .btnWrap span button img {
  vertical-align: middle;
  margin-right: 10px;
}

.stMain .stRight .btnWrap .node {
  font-size: 12px;
  color: #999;
  line-height: 38px;
  margin-bottom: 2px;
}

.stMain .stRight .btnWrap .node img {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 12px;
  margin-right: 5px;
}

.stMain .rightMain {
  width: 240px;
  border-top: 1px solid #ececec;
  margin: 0 auto;
  padding: 30px 25px 130px;
}

.stMain .rightMain .title {
  color: #333333;
  font-size: 18px;
  text-align: center;
}

.stMain .rightMain hr {
  width: 25px;
  background: #797979;
  height: 1px;
  border: none;
  margin: 14px auto 18px;
}

.stMain .rightMain .stContent, .stMain .rightMain .yqContent {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  min-height: 445px;
  height: 445px;
  overflow-x: hidden;
  overflow-y: auto;
}

.stMain .rightMain .yqContent {
  margin-top: 5px;
  height: auto;
  min-height: initial;
}

.stMain .rightMain .zhankai {
  text-align: center;
}

.stMain .rightMain .information {
  font-size: 14px;
}

.stMain .rightMain .information span {
  color: #333333;
  display: inline-block;
  width: 75px;
  line-height: 30px;
  float: left;
}

.stMain .rightMain .information b {
  color: #666666;
  float: left;
  width: 200px;
  line-height: 30px;
  width: 165px;
  font-weight: normal;
  display: inline-block;
}

.stMain .rightMain .wantBm {
  width: 135px;
  height: 35px;
  background-color: #ff5d24;
  border-radius: 5px;
  margin: 30px auto 0;
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  border: none;
}

/* end 社团详情 */

/* start layer样式 */
.layui-layer-tishi {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.layui-layer-tishi .layui-layer-title {
  font-size: 18px;
  color: #fff;
background-color: #ffb638;
height: 42px;
line-height: 42px;
border-bottom: none;
}
.layui-layer-tishi .layui-layer-setwin {
  right: 0;
  top: 0;
}
.layui-layer-tishi .layui-layer-setwin .layui-layer-close1 {
  width: 60px;
  height: 43px;
  background: url(/image/layer-close.png) no-repeat center;
  background-size: 30px 30px;
}

.layui-layer-tishi .layui-layer-btn {
  padding-top: 0;
  padding-bottom: 40px;
}
.layui-layer-tishi .layui-layer-btn a {
  width: 120px;
  margin: 0 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.layui-layer-tishi .layui-layer-btn .layui-layer-btn0 {
background-color: #ffb638;
border: 1px solid #ffb638;
}
.layui-layer-tishi .layui-layer-btn .layui-layer-btn1 {
  background-color: #c5c5c5;
  border: 1px solid #c5c5c5;
}


.tishiContent {
  padding: 40px 0;
}
.tishiContent .wenzi {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  text-align: center;
}
.popBtnBox {
  font-size: 0;
  text-align: center;
}
.popBtnBox .btn {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin: 0 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
background-color: #ffb638;
border: 1px solid #ffb638;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.popBtnBox .btn.gray {
  background-color: #c5c5c5;
  border-color: #c5c5c5;
}
.popBtnBox .btn:hover {
  opacity: .9;
}
/* end layer样式 */



/* start 活动室预订弹窗样式 */
.formBox {
  width: 440px;
  margin: 0 auto;
  font-size: 0;
}
.formBox .lab {
  width: 120px;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding: 9px 0;
  margin-bottom: 10px;
}
.formBox .lab .bx {
  display: inline-block;
  vertical-align: middle;
  color: #c00;
  width: 10px;
}
.formBox .rDiv {
  width: 320px;
  float: left;
}
.formBox .wzInp,
.formBox .txtInp,
.formBox .selInp,
.formBox .areaInp {
  display: inline-block;
  vertical-align: middle;
  width: 310px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  padding: 9px 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}
.formBox .wzInp {
  border: none;
}
.formBox .txtInp.w150 {
  width: 150px;
}
.formBox .selInp.w150 {
  width: 150px;
}
.formBox .areaInp {
  height: 106px;
  resize: none;
}
.formBox .notice,
.formBox .error {
  font-size: 12px;
  color: #c00;
  padding: 10px 0;
}
.formBox .error {
  text-align: center;
}

.formBox .aliAnnexs div[name='aliFile'] {
  width: 90px;
  height: 90px;
  position: relative;
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
}
.formBox .aliAnnexs div[name='aliFile'] .imgPack {
  width: 90px;
  height: 90px;
  position: relative;
}
.formBox .aliAnnexs div[name='aliFile'] .imgPack .upload-img-identify {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.formBox .aliAnnexs div[name='aliFile'] .imgPack .aliRemoveBtn {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -8px;
  top: -8px;
}
.formBox .aliAnnexs div[name='aliFile'] .progress {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translate(-50%, 0);
  margin: 0;
  height: 6px;
}
.formBox .aliAnnexs div[name='aliFile'] .progress .progress-bar {
  height: 100%;
}
.formBox .aliAnnexs #container {
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
}
.formBox .aliAnnexs #selectfiles.btn {
  padding: 0;
  width: 90px;
  height: 90px;
  background: url(/image/upload-1.png) no-repeat center;
  background-size: cover;
  border: none;
  font-size: 0;
  border-radius: 0;
}
.roomOrderPopForm {
  padding: 25px 0;
}
.roomOrderPopInfo {
  width: 440px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.roomOrderPopInfo .tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 16px;
}
.roomOrderPopInfo .wen {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}
.roomOrderPopInfo .tup {
  width: 440px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
/* end 活动室预订弹窗样式 */



/* start 资讯列表 */
.newsListWc {
  width: 1200px;
  margin: 20px auto 0;
  overflow: hidden;
  padding-bottom: 50px;
}

.newsList {
  margin-right: -60px;
}

.newsList li {
  width: 570px;
  padding-bottom: 27px;
  float: left;
  _display: inline;
  background: url(/image/hp_new1.png) no-repeat bottom center;
  margin-right: 60px;
  margin-bottom: 10px;
}

.newsList .xiang {
  display: block;
  height: 154px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}

.newsList .pic {
  width: 207px;
  height: 154px;
  position: relative;
  overflow: hidden;
}

.newsList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.newsList .pic .zhid {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 0 6px;
background-color: #ffb638;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
background-color: rgba(235, 119, 142, 0.9);
height: 22px;
line-height: 22px;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}

.newsList .char {
  width: 290px;
  margin-left: 22px;
  height: 154px;
  position: relative;
}

.newsList .char .titEr {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  max-height: 48px;
  font-weight: bold;
  overflow: hidden;
  margin-top: 17px;
  margin-bottom: 8px;
}

.newsList .char  .postTime{
  position: absolute;
  color: #d0d0d0;
  width: 80px;
  right: 0;
  bottom: 20px;
  font-weight: bold;
  font-family: '微软雅黑';
}

.newsList .char  .postTime .year{
  display: block;
  font-size: 12px;
  width: 46px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px #f2f2f2;
  text-align: right;
  line-height: 20px;
}

.newsList .char  .postTime .data{
  line-height: 34px;
  font-size: 24px;
  text-align: right ;
}

.newsList .char .zyWen {
  font-size: 14px;
  color: #656565;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.newsList .char .zyWen span{
  margin-right: 10px;
}

/* end 资讯列表 */

/* start 资讯详情 */
.detailMain {
  padding-top: 20px;
  padding-bottom: 50px;
}

.breadNavHp {
  width: 818px;
  padding: 13px 20px;
  margin: 0 auto 20px;
  font-size: 14px;
  color: #666666;
  background-color: #f2f2f2;
  border: 1px solid #e8e8e8;
  line-height: 20px;
}

.hpChildFrame {
  width: 1200px;
  margin: 0 auto;
  margin-top: 22px;
}

.hpChildFrame .frameL {
  width: 318px;
  border: 1px solid #e8e8e8;
border-top: 2px solid #ffb638;
background-color: #fff;
float: left;
_display: inline;
}

.hpChildFrame .frameL .zuoTitle {
  font-size: 14px;
  color: #262626;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
}

.hpChildFrame .frameR {
  width: 1200px;
  border-top: 0;
  float: right;
  _display: inline;
}

.newsLeftList li {
  width: 280px;
  margin: 0 auto;
  padding: 18px 0;
  border-bottom: 1px dashed #e8e8e8;
}

.newsLeftList .pic {
  width: 117px;
  height: 78px;
  float: left;
  _display: inline;
  position: relative;
  overflow: hidden;
}

.newsLeftList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.newsLeftList .char {
  width: 150px;
  float: right;
  _display: inline;
}

.newsLeftList .char .titEr {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-top: 8px;
}

.newsDetailTop {
  border: 1px solid #e8e8e8;
  padding: 25px 35px 38px 35px;
  border-bottom: 1px dashed #e8e8e8;
border-top: 2px solid #ffb638;
background-color: #fff;
}

.newsDetailTop .tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 18px;
}

.newsDetailTop .newsDInfo .lab {
  max-width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 10px;
background-color: #ffb638;
margin-right: 13px;
margin-top: 6px;
}

.newsDetailTop .newsDInfo .laisj {
  max-width: 400px;
}

.newsDetailTop .newsDInfo .laisj .wzYi {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.newsDetailTop .icon-xin {
  color: #606266;
}

.loveKeepShare .love, .loveKeepShare .keep {
  margin-right: 20px;
  display: block;
  float: left;
  _display: inline;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
  color: #666666;
  background-position: left center;
  background-repeat: no-repeat;
}

.loveKeepShare .love i, .loveKeepShare .keep i{
  font-size: 16px;
  margin-right: 5px;
  color: #ffb638;
}

.loveKeepShare .love.loveOn {
  background-image: url(/image/hp_keepOn.png);
}

.loveKeepShare .keep {
  background-image: url(/image/hp_star.png);
}

.loveKeepShare .keep.keepOn {
  background-image: url(/image/hp_starOn.png);
}

.newsDetailContent {
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 20px 68px 90px 68px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  background-color: #fff;
}

.newsDetailContent img {
  max-width: 100%;
}

.newsDetailComment {
  border: 1px solid #e8e8e8;
border-top: 2px solid #ffb638;
margin-top: 30px;
background-color: #fff;
}

.newsDetailComment .anchor h1 {
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  padding: 13px 0 13px 22px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
}

.newsDetailComment .anchor h1 .discuss_num {
  font-size: 14px;
  position: absolute;
  right: 60px;
  top: 13px;
}

.newsDetailComment .anchor h1 .discuss_num i {
color: #ffb638;
font-style: normal;
padding-right: 6px;
}

.newsDetailComment .discuss {
  width: 780px;
  margin: 0 auto;
}

.newsDetailComment .discuss .discuss_child {
  padding-top: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}

.newsDetailComment .discuss .discuss_child .discuss_left {
  float: left;
  width: 50px;
  margin-right: 15px;
  position: relative;
}

.newsDetailComment .discuss .discuss_child .discuss_left img {
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.newsDetailComment .discuss .discuss_child .discuss_left .coverimg {
  display: none;
}

.newsDetailComment .discuss .discuss_child .discuss_left p {
  width: 50px;
  overflow: hidden;
  height: 14px;
  text-align: center;
  font-size: 12px;
  color: #000;
  margin-top: 8px;
}

.newsDetailComment .discuss .discuss_child .discuss_right {
  float: left;
  width: 715px;
}

.newsDetailComment .discuss .discuss_child .discuss_right .discuss_time {
  font-size: 15px;
  color: #666666;
  padding-bottom: 16px;
}

.newsDetailComment .discuss .discuss_child .discuss_right .discuss_con {
  line-height: 24px;
  font-size: 14px;
  color: #000000;
  padding-bottom: 16px;
}

.newsDetailComment .discuss .discuss_child .discuss_right .discuss_carousel {
  width: 640px;
  margin-left: -7px;
}

.newsDetailComment .discuss .discuss_child .discuss_right .show_big {
  margin-top: 10px;
  width: 640px;
  background: #f1f1f1;
}

.newsDetailComment .discuss .discuss_child .discuss_right .show_big img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.newsDetailComment .discuss .discuss_child .discuss_right .revert {
  width: 640px;
  min-height: 50px;
  background: #f8f8f8;
  position: relative;
  margin-top: 22px;
}

.newsDetailComment .discuss .discuss_child .discuss_right .revert .top {
  width: 14px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 10px;
}

.newsDetailComment .discuss .discuss_child .discuss_right .revert p {
  font-size: 12px;
  color: #e0a335;
  padding: 10px;
  line-height: 18px;
}

.newsDetailComment .anniu {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
color: #ffb638;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.newsDetailComment .review {
  width: 800px;
  padding: 30px;
}

.newsDetailComment .review h2 {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 20px;
}

.newsDetailComment .review .textarea_part {
  width: 100%;
}

.newsDetailComment .review .textarea_part {
  width: 800px;
}

.newsDetailComment .review .textarea_part textarea {
  display: block;
  padding: 10px;
  width: 800px;
  height: 182px;
  border: 1px solid #e2e2e2;
  resize: none;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: auto;
}

.newsDetailComment .review .textarea_part textarea {
  display: block;
  padding: 10px;
  width: 780px;
  height: 182px;
  border: 1px solid #e2e2e2;
  resize: none;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.newsDetailComment .review .addpicture {
  width: 726px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.newsDetailComment .review .addpicture {
  width: 800px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.newsDetailComment .review .addpicture .addpic_left {
  float: left;
  width: 40px;
  height: 40px;
  background-image: url("/image/add.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.newsDetailComment .review .addpicture .addpic_center {
  float: left;
  width: 366px;
}

.newsDetailComment .review .addpicture .addpic_center ul {
  width: 366px;
}

.newsDetailComment .review .addpicture .addpic_center ul li {
  width: 112px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

.newsDetailComment .review .addpicture .addpic_center ul li img {
  display: block;
  width: 112px;
  height: 82px;
}

.newsDetailComment .review .addpicture .addpic_center ul li .delete {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -5px;
  top: -6px;
  cursor: pointer;
}

.newsDetailComment .review .addpicture .addpic_right {
  padding-top: 10px;
  float: right;
}

.newsDetailComment .review .addpicture .addpic_right p {
  font-size: 12px;
  color: #666;
}

.newsDetailComment .review .addpicture .addpic_right .addacomment {
  text-align: right;
  margin-right: 3px;
  margin-top: 10px;
}

.newsDetailComment .review .addpicture .addpic_right .addacomment span {
  display: inline-block;
  width: 158px;
  margin-left: 75px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #26c8c4;
  border: 2px solid #26c8c4;
  -ms-box-shadow: 3px 3px 0 #c5e0f0;
  -o-box-shadow: 3px 3px 0 #c5e0f0;
  box-shadow: 3px 3px 0 #c5e0f0;
  border-radius: 5px;
  cursor: pointer;
}

.newsDetailComment .review .addpicture .addpic_right .addacomment span:active {
  background: #f7b53d;
  border: 2px solid #db9d2b;
  -ms-box-shadow: 3px 3px 0 #ffe2ad;
  -o-box-shadow: 3px 3px 0 #ffe2ad;
  box-shadow: 3px 3px 0 #ffe2ad;
}

/* end 资讯详情 */


/* start 上传样式 */
.aliUploadNine {

}
.aliUploadNine #ossfile:after {
  content:'\20';
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}
.aliUploadNine div[name="aliFile"] {
  width: 140px;
  height: 140px;
  position: relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.aliUploadNine div[name="aliFile"] span,
.aliUploadNine div[name="aliFile"] b {
  display: none;
}
.aliUploadNine div[name="aliFile"] .progress {
  width: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aliUploadNine .imgPack {
  width: 140px;
  height: 140px;
  position: relative;
  overflow: hidden;
}
.aliUploadNine .imgPack .upload-img-identify {
  display: block;
  width: 100%;
  height: 100%;
}
.aliUploadNine .imgPack .aliRemoveBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
/* end 上传样式 */

/* start 详情大小图轮播 */
.qiehuan {
  padding: 20px 0;
  position: relative;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-top: 0;
  background-color: #fff;
}

.qiehuan img{
  display: block;
  margin: auto;
  max-width: 850px;
}

.qiehuan .datu {
  width: 720px;
  height: 485px;
  overflow: hidden;
  position: relative;
  margin:auto;
}

.qiehuan .datu ul {
  width: 720px;
  height: 485px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.qiehuan .datu li {
  display: none;
  width: 720px;
  height: 485px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.qiehuan .datu li img {
  display: block;
  width: 100%;
  height: 100%;
}

.qiehuan .xiaotu {
  width: 720px;
  position: relative;
  height: 104px;
  padding: 10px 0;
  margin: auto;
}

.qiehuan .xiaotu .prev, .qiehuan .xiaotu .next {
  display: block;
  width: 24px;
  height: 45px;
  cursor: pointer;
  background: url(/image/bp_icon3.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}

.qiehuan .xiaotu .prev {
  background-position: 0 0;
  left: 0;
}

.qiehuan .xiaotu .next {
  background-position: -24px 0;
  right: 0;
}

.qiehuan .xtu {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
  height: 104px;
}

.qiehuan .xtu dl {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 104px;
}

.qiehuan .xtu dl dt {
  width: 150px;
  height: 100px;
  border: 2px solid #ffb638;
  position: absolute;
  left: 0px;
  top: 0px;
}

.qiehuan .xtu dl dd {
  width: 150px;
  height: 100px;
  border: 2px solid transparent;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.qiehuan .xtu dl dd img {
  display: block;
  width: 100%;
  height: 100%;
}

.qiehuan .xtu dl dd.current {
  border-color: #ffb638;
}

/* end 详情大小图轮播 */

/*在线选座*/

.seatCharts-seat {
  color: #fff;
  cursor: pointer;
}

.seatCharts-cell {
  width: 40px;
  height: 38px;
  text-align: center;
  margin: 10px 10px;
  float: left;
  outline: none;
  font-size: 14px;
  background: url(/image/seat-icon-mh.png) no-repeat;
}

.seatCharts-cell p {
  display: none;
}

.seatCharts-space {
  background: none;
}

.select-seat {
  border: 1px solid #e2e2e2;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.select-seat .unavailable {
  background-position: 0 -76px;
}

.select-seat .selected {
  background-position: 0 -38px;
}

.select-seat .available {
  background-position: 0 0;
}

.select-seat .legend {
  margin: 30px auto;
  text-align: center;
}

.select-seat .legend span {
  display: inline-block;
  margin: 0 30px;
}

.select-seat .legend span em {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 60px;
  margin-right: 20px;
  background: url(/image/seat-icon-1-mh.png) no-repeat;
}

.select-seat .legend .unavailable em {
  background-position: 0 -120px;
}

.select-seat .legend .selected em {
  background-position: 0 -60px;
}

.select-seat .legend .available em {
  background-position: 0 0;
}

.select-seat .btn-finish {
  width: 750px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #eb778e;
  color: #FFFFFF;
  font-size: 40px;
  position: fixed;
  bottom: 0;
}

#seat-map {
  /*width: 100%;*/
  padding: 50px 80px;
  position: relative;
  /*margin-top: 50px;*/
}

.seat-row {
  display: block;
  position: absolute;
  left: 30px;
  top: 100px;
  width: 45px;
  z-index: 10;
  background: none;
  border-radius: 20px;
}

.seatCharts-row {
  /*height: 75px;*/
  overflow: hidden;
}

.select-seat .tit {
  /*position: fixed;
bottom: 90px;*/
  width: 750px;
  height: 70px;
  line-height: 40px;
  padding: 25px 22px;
  background: #FFFFFF;
}

.select-seat .yxzw {
  font-size: 18px;
  color: #333;
  padding: 0 20px;
  margin-bottom: 10px;
}

.select-seat .yxzw span {
  font-size: 14px;
  color: #ff0000;
  padding-left: 10px;
}

.select-seat .seatXz {
  padding: 0 20px;
}

.select-seat .seatXz .seat-txt {
  line-height: 68px;
  margin-top: 5px;
  border: 1px solid #eb778e;
  color: #eb778e;
  padding: 10px 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 20px;
}

.seat-row>ul>li>p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  background: #5899c1;
  color: #fff;
  margin-bottom: 28px;
}

.select-seat .seat-box {
  width: 980px;
  height: 630px;
  overflow: auto;
  position: relative;
}

.seat-map {
  width: 980px;
  height: 700px;
}

.select-seat .front {
  text-align: center;
}

.select-seat .front img {
  display: block;
  margin: 0 auto;
}
/* end 在线选座*/

.plStars{
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px!important;
  color:#ccc;
}

.plStars.on{
color: #ffb638;
}

.squareActAudio {
  width: 93px;
  height: 30px;
  background: url(/image/audioBg.png) no-repeat left center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.squareActAudio .dpic {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-top: 7px;
  background: url(/scswhg/pc/image/audio-jz.gif) no-repeat;
  background-size: 100% 100%;
}
.squareActAudio.on .dpic {
  background: url(/scswhg/pc/image/audio.gif) no-repeat;
  background-size: 100% 100%;
}
.squareActAudio .time {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 0;
}
.squareActAudio audio {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.cn-yinx {
  font-size: 22px;
  color: #999;
  line-height: 18px;
  position: absolute;
  right: 30px;
  top: 31px;
}

/* start 文化志愿者列表 & 非遗列表  */
.volunteerListWc {
  width: 1200px;
  margin: 20px auto 50px;
  overflow: hidden;
}

.volunteerListWc .volunteerBan {
  width: 1200px;
  height: 170px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}

.volunteerListWc .volunteerBan img {
  display: block;
  width: 100%;
  height: auto;
}

.volunteerList {
  margin-right: -30px;
}

.volunteerList li {
  width: 380px;
  height: 240px;
  float: left;
  _display: inline;
  margin-right: 27px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}

.volunteerList li a {
  display: block;
  width: 380px;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.volunteerList li img {
  display: block;
  width: 100%;
  height: 100%;
}

.volunteerList .black {
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.volunteerList .titYi {
  padding: 0 15px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 82px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.volunteerList .labDiv {
  font-size: 0;
  text-align: center;
  margin-top: 15px;
}

.volunteerList .labDiv span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 0 12px;
  height: 25px;
  line-height: 25px;
  /* background: #eb778e; */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* background-color: rgba(235, 119, 142, 0.7); */
  background-color: rgba(0, 0, 0, 0.6); /* 修改 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 6px;
}

.volunteerList .labDiv span.lan {
  /* background: #4cb9cf; */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* background-color: rgba(76, 185, 207, 0.7); */
  background-color: rgba(0, 0, 0, 0.6); /* 修改 */
}

.volunteerList .feyiName {
  width: 300px;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  background: url(/image/hp_paly.png) no-repeat 20px center;
  position: absolute;
  left: 0;
  bottom: 17px;
}

/* end 文化志愿者列表 & 非遗列表  */


/* start 你点我送 & 志愿者   详情 */
.zhiyzDetLie {
  margin-bottom: 50px;
  font-size: 18px;
  color: #6d6d6d;
  line-height: 32px;
}

.zhiyzDetLie .zyzTit {
  font-size: 24px;
  color: #1d1d1d;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.zhiyzDetLie .zyzTit em {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

.zhiyzDetLie p {
  margin-bottom: 20px;
}

.zhiyzDetLie ol li {
  list-style-type: decimal;
  font-size: 18px;
  color: #6d6d6d;
  line-height: 32px;
  margin-bottom: 10px;
  padding-left: 10px;
  margin-left: 20px;
}

.disDetailTopBox {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.disDetailTopBox .pic {
  width: 355px;
  height: 260px;
  float: left;
  _display: inline;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}

.disDetailTopBox .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.disDetailTopBox .char {
  width: 790px;
  float: left;
  _display: inline;
  margin-left: 25px;
}

.disDetailTopBox .title {
  font-size: 24px;
  color: #262626;
  margin-bottom: 25px;
}

.disDetailTopBox .xiangk {
  float: left;
  _display: inline;
  font-size: 14px;
  color: #808080;
  margin-top: 17px;
}

.disDetailTopBox .xiangk span {
  font-size: 18px;
  color: #eb778e;
  padding-right: 10px;
}

.disDetailTopBox .xuxian {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 25px;
  margin-top: 25px;
}

.disDetailTopBox .totalBtn {
  height: 43px;
  line-height: 43px;
}

.disDetailTopBox .detailBtnBox {
  float: right;
  _display: inline;
}

.disDetailTopBox .detailBtnBox .totalBtn {
  float: left;
  _display: inline;
  margin-right: 30px;
}

.disDetailTopBox .detailBtnBox .totalBtn.cj {
  background: #4cb9cf;
  border-color: #4cb9cf;
}

.disDetailContent {
  width: 1200px;
   margin: 0 auto;
  border: 1px solid #e8e8e8;
  border-top: 2px solid #ffb638;
  background-color: #fff;
}

.disDetailContent .detailTit {
  font-size: 18px;
  color: #262626;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #e8e8e8;
}

.disDetailContent .detailNeir {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.disDetailContent .detailNeir img {
  max-width: 100%;
  height: auto;
}

/* start 培训新样式 */
.peixunList .char {
  position: relative;
}
.peixunList .char .titEr {
  margin-bottom: 10px;
}
.peixunList .bottBox {
  width: 252px;
  position: absolute;
  left: -15px;
  bottom: 6px;
}
.peixunList .bottBox .collect {
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 40px;
  margin-left: 13px;
}

.peixunList .bottBox .collect .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #999;
  position: relative;
  margin-right: 10px;
}

.peixunList .bottBox .collect .icon-xin2 {
  display: none;
}

.peixunList .bottBox .collect.cur .iconfont {
  color: #ffb638;
}

.peixunList .bottBox .collect.cur .icon-xin {
  display: none;
}

.peixunList .bottBox .collect.cur .icon-xin2 {
  display: inline-block;
}

.peixunList .bottBox .people {
  float: right;
  font-size: 16px;
  color: #ccc;
  line-height: 40px;
}

.peixunList .bottBox .people i {
  font-style: normal;
  font-size: 24px;
color: #ffb638;
}

.px-courseTab {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  border-collapse: collapse;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.px-courseTab td {
  border-bottom: 1px solid #e6e6e6;
}
.px-courseTab .td1 {
  width: 150px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #ffb638;
}
.px-courseTab .td2 {
  width: 520px;
  padding: 10px 20px;
}
.px-courseTab .wz {
  font-size: 18px;
  color: #666;
}
.px-courseTab .wz.gray {
  color: #bfbfbf;
}
/* end 培训新样式 */

/* 场馆优化 */

.tab_box .tab_header {
  border-bottom: 1px solid #ccc;
}
.tab_box .tab_header li {
  float: left;
  margin-right: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-weight: bold;
  color: #333333;
}
.tab_box .tab_header li:hover {
  cursor: pointer;
}
.tab_box .tab_header li.on:after {
  width: 40px;
  position: absolute;
  left: 50%;
  bottom:0;
  content: '';
  background: #ffb638;
  height: 2px;
  transform: translateX(-50%)
}
.tab_content1 {
  display: block;
}
.venueActivityListBook {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: 30px;
  right: 15px;
  cursor: pointer;
  background: #ffb638;
}
.venueBusBox {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.venueBusBox label{
  white-space: nowrap;
}
.venueBusBox .text {
  width: 200px;
  word-break: break-word;
  text-align: justify;
  color: #666666;
  font-size: 14px;
}
.venueFacilityBox {
  margin-top: 10px;
}
.venueFacilityBox ul li {
  display: inline-block;
  font-size: 14px;
  color: #423253;
}

/* 活动室 */
.room_book_btn {
  width: 210px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin: 60px auto 120px auto;
  background: #ffb638;
}

.right_remark_box {
  width: 338px;
  margin-left: 20px;
  float: left;
  box-sizing: border-box;
  border-top: 2px solid #ffb638;
  margin-bottom: 20px;
}
.right_remark_box .title {
  padding: 10px 0;
  margin: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  font-size: 18px;
  color: #ffb638;
}
.right_remark_box .title .label {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  background: #ffb638;
}
.right_remark_box .remark {
  margin: 20px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 50px;
}
.playroom .roomtime .roomtable {
  border-top: 2px solid #ffb638;
}

.ticketBox .ticket {
  color: #ffb638;
}

/* 艺术鉴赏 */
.detail_matter_right li {
  border-bottom: 1px dashed #ededed;
}
.tag_box {
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.tag_box .tag_cell {
  color: #fff;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 12px;
  opacity: 0.9;
  background: #ffb638;
}

/* 咨询 */
.detail_matter_right .text_box {
  width: 148px;
  overflow: hidden;
}
.detail_matter_right .text_box .date {
  font-size: 14px;
  color: #333;
}
.detail_matter_right .text_box .date {
  font-size: 12px;
  color: #666;
}

.detail_matter_right .text_box .type {
  font-size: 12px;
  color: #ffb638
}

/* 活动预定 */
.ticket_remark {
  color: #ffb638 !important;
}
.ticket_price #price {
  color: #ffb638;
}
.ticket_count #count {
  margin-right: 5px;
  color: #ffb638;
}

.choose_date_select {
  color: #fff;
  position: relative;
  background: #ffb638 !important;
}

.choose_date_select::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 31px;
  right: 0;
  bottom: 0;
  background-color: #2772a9;
  background: url("/image/icon_trible_right.png") no-repeat center center;
}

#actOrderPopForm .bookName {
  font-size: 24px;
  color: #333333;
}
#actOrderPopForm .time {
  color: #333333;
  font-size: 18px;
  margin-top: 10px;
}
#actOrderPopForm .ticket_date, #actOrderPopForm .ticket_time {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 5px 8px;
}
#actOrderPopForm .ticket_date {
  margin-right: 7px;
}
#actOrderPopForm .count_box {
  margin-top: 40px;
  font-size: 18px;
}
#actOrderPopForm .ticket_count {
  margin: 0 5px;
  font-size: 24px;
  color: #ffb638;
}
#actOrderPopForm .code_box {
  margin-top: 30px;
  font-size: 18px;
}
#actOrderPopForm .vilidCode {
  margin-left: 5px;
  font-size: 24px;
  color: #ffb638;
}
#actOrderPopForm .success_info {
  margin-top: 30px;
  background: #f4f4f4;
  padding: 15px;
}
#actOrderPopForm .write_phone {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 0 5px;
}

/* 活动详情 */
.right_ticket_box {
  float: left;
}
.right_ticket_box .title_box .label {
  width: 5px;
  height: 10px;
  display: inline-block;
  background: #ffb638;
}
.title_box {
  margin-left: 30px;
}
.right_ticket_box .title_box .title {
  font-size: 18px;
  color: #333333;
  margin-left: 10px;
}
.right_ticket_box .ticket_info {
  margin: 15px 0 0 46px;
  font-size: 18px;
  color: #666666;
}
.right_ticket_box .price {
  margin-left: 10px;
  color: #ffb638;
}
.right_ticket_box .price_count_box {
  margin-top: 10px;
}
.right_ticket_box .price_count_box .count {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  color: #ffb638;
}
.right_ticket_box .ticket_info_text {
  margin: 30px 0 15px 45px;
  font-size: 12px;
  color: #ffb638;
}
.sec_kill_box {
  padding: 0 20px;
}
.detail_matter_right .title_box_bo {
  padding: 10px 0;
}
.detail_matter_right .label {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  background: #ffb638;
}
.detail_matter_right .title {
  font-size: 18px;
  color: #ffb638;
}
.actMiaosha_title {
  height: 35px;
  line-height: 35px;
  background: #ffb638;
}
.actMiaosha_title span {
  display: inline-block;
  text-align: center;
  color: #fff;
}
.sec_kill_time {
  width: 125px;
  height: 60px;
  align-items: center;
  justify-content: center;
  float: left;
  display: flex;
  flex-direction: column;
}
.point_info_box {
  padding: 0 20px;
}
.point_info_box .title_box_bo {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.company_info_box {
  padding: 0 20px;
  padding-bottom: 40px;
}
.company_info_box .title_box_bo {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.company_info_box .anchor_detail {
  margin-top: 10px;
}
.company_info_box .conpany_info {
  color: #666666;
}
.point_info_box ul {
  margin-bottom: 30px;
}
.point_info_box ul li {
  border-bottom: none;
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  margin-left: 15px;
  list-style: disc;
  text-align: justify;
}

/* 分享 */
.icon-xin, .icon-fenxiang1 {
  color: #ffb638;
}

/* 文化资讯 */
.currentNumDiv {
  font-size: 16px;
  color: #666;
}
.currentNumDiv .currentNum {
  color: #ffb638;
}
.imgTextBox {
  font-size: 0;
  padding-top: 0;
}
.imgTextBox img {
  object-fit: cover;
  margin-bottom: 10px;
  margin-top: 10px;
}
.videoTextBox p {
  margin-bottom: 20px;
}
.bigImgBox img {
  width: 700px;
}
.imgTextContentBox {
  padding-top: 0;
}
.imgTextContentBox p {
  margin-bottom: 10px;
}

/* 社团改版 */
.perInfo .countBox .iconfont {
  font-size: 18px;
}

.perInfo .countBox .text {
  font-size: 14px;
  color: #666666;
}

.perInfo .countBox .count {
  font-size: 18px;
  color: #ffb638;
}

.perInfo .countBox .numberBox {
  padding-right: 20px;
  border-right: 1px solid #cecece;
}

.perInfo .countBox .fansBox {
  padding: 0 20px;
  border-right: 1px solid #cecece;
}

.perInfo .countBox .flowerBox {
  padding-left: 20px;
}

.follow .btnWrap {
  text-align: center;
}

.follow .btnWrap span {
  display: inline-block;
  width: 117px;
  height: 42px;
  color: #ffffff;
  padding: 1px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  background-color: #e6737b;
  margin: 0 8px;
}

.follow .btnWrap span button {
  border: 1px solid #fff;
  display: block;
  width: 117px;
  height: 42px;
  background-color: transparent;
  letter-spacing: 9px;
}

.follow .btnWrap .node {
  font-size: 12px;
  color: #666;
  line-height: 38px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.follow .btnWrap span button img {
  vertical-align: middle;
  margin-right: 10px;
}
.follow .btnWrap span:first-child img {
  margin-bottom: 3px;
}
.stList .img {
  cursor: pointer;
}

/* 资讯新增下载模块 */
.acTuiUlList .fileType {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.acTuiUlList .fileType .word {
  width: 44px;
  height: 44px;
  background: url("/image/icon_file_word.png") no-repeat center center;
  background-size: cover;
   flex: 0 0 44px;
}
.acTuiUlList .fileType .pdf {
  width: 44px;
  height: 44px;
  background: url("/image/icon_file_pdf.png") no-repeat center center;
  background-size: cover;
  flex: 0 0 44px;
}
.acTuiUlList .fileType .excel {
  width: 44px;
  height: 44px;
  background: url("/image/icon_file_excel.png") no-repeat center center;
  background-size: cover;
  flex: 0 0 44px;
}
.acTuiUlList .fileType .download {
  width: 21px;
  height: 20px;
  background: url("/image/icon_file_download.png") no-repeat center center;
  background-size: cover;
  flex: 0 0 21px;
}
.acTuiUlList .fileType .text {
  margin: 0 10px;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  flex: 1;
}
.newsRecommend .fileDownload li {
  border-bottom: 1px dashed #ededed;
}
.newsRecommend .fileDownload li:hover {
  border: 1px solid #fff;
  border-bottom: 1px dashed #ededed;
}

/*  start 文化配送 */
.psMain {
  padding-top: 10px;
}

.psLove {
  width: 100px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.psLove .iconfont {
  display: block;
  font-size: 42px;
color: #ffb638;
text-align: center;
margin: 0 auto;
}

.psLove span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}

.swiperPsBan {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
}

.swiperPsBan .swiper-pagination-bullet-active {
  background-color: #ffb638;
}

.swiperPsBan .swiper-slide {
  overflow: hidden;
}

.swiperPsBan .img {
  width: 100%;
  height: 100%;
}

.swiperPsBan .char {
  max-width: 900px;
  position: absolute;
  left: 65px;
  top: 32px;
}

.swiperPsBan .char .tit {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}

.swiperPsBan .char .sb {
  font-size: 18px;
  color: #000;
}

.swiperPsBan .banBtnDiv {
  position: absolute;
  right: 34px;
  top: 26px;
}

.swiperPsBan .banBtnDiv a {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 10px;
  padding: 0 15px;
background-color: #ffb638;
border: 1px solid #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.psIndexBan {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.psIndexBan img {
  display: block;
  margin: 0 auto;
}

.psIndexBan .char {
  max-width: 900px;
  position: absolute;
  left: 65px;
  top: 32px;
}

.psIndexBan .char .tit {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}

.psIndexBan .char .sb {
  font-size: 18px;
  color: #000;
}

.psFrame {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.psFrame .psLeft {
  width: 320px;
  float: left;
}

.psFrame .psRight {
  width: 850px;
  float: right;
}

.psIndexYan {
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding-bottom: 64px;
  margin-bottom: 20px;
}

.psIndexYan .psMore {
  width: 260px;
  margin: 0 auto;
  text-align: right;
  padding-top: 20px;
}

.psIndexYan .psMore .more {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  font-size: 12px;
color: #ffb638;
text-align: center;
line-height: 28px;
border: 1px solid #ffb638;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
cursor: pointer;
}

.psIndexTitle {
  font-size: 18px;
  color: #262626;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  padding: 0 22px 0 42px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.psIndexTitle em {
  display: block;
  width: 4px;
  height: 16px;
background-color: #ffb638;
position: absolute;
left: 20px;
top: 50%;
margin-top: -8px;
}

.psIndexTitle .psMore {
  width: auto;
  float: right;
  padding: 0;
}

.psIndexYugao {
  width: 260px;
  margin: 0 auto;
  padding-top: 20px;
}

.psIndexYugao li {
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
}

.psIndexYugao li .xiang {
  display: block;
}

.psIndexYugao .pic {
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}

.psIndexYugao .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.psIndexYugao .title {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
}

.psIndexFengcai li {
  width: 292px;
  margin: 0 auto;
  padding: 14px 0;
  border-bottom: 1px dashed #ddd;
  cursor: pointer;
}

.psIndexFengcai li .xiang {
  display: block;
}

.psIndexFengcai .pic {
  width: 108px;
  height: 72px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 5px;
}

.psIndexFengcai .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.psIndexFengcai .char {
  width: 167px;
  float: right;
  margin-right: 2px;
}

.psIndexFengcai .char .titEr {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 5px;
}

.psIndexGonggao {
  padding: 0 25px;
}

.psIndexGonggao li {
  position: relative;
  border-top: 1px dashed #ddd;
  cursor: pointer;
}

.psIndexGonggao li:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #666666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 22px;
}

.psIndexGonggao li:first-child {
  border-top: none;
}

.psIndexGonggao .item {
  display: block;
  padding: 14px 10px 14px 40px;
}

.psIndexGonggao .tit {
  width: 560px;
  float: left;
  display: block;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.psIndexGonggao .time {
  float: right;
  display: block;
  width: 150px;
  font-size: 12px;
  color: #656565;
  text-align: right;
  line-height: 22px;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.psIndexGonggao .item:hover .tit,
.psIndexGonggao .item:hover .time {
  color: #ffb638;
}


.psSyCpWz {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
background-color: #ffb638;
padding: 10px 0;
}

.psListNavIndex {
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.psListNavIndex .zhank {
  width: 60px;
  line-height: 22px;
  font-size: 12px;
  color: #666;
  text-align: center;
  border: 1px solid #cdcdcd;
  position: absolute;
  right: 24px;
  top: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.psListNavIndex .zhank .iconfont {
  font-size: 12px;
  padding-left: 6px;
}

.psListNav {
  width: 650px;
  margin-left: 30px;
  height: 50px;
  overflow: hidden;
}

.psListNav.open {
  height: auto;
}

.psListNav a {
  display: block;
  float: left;
  font-size: 18px;
  color: #262626;
  padding: 11px 8px;
  border-bottom: 4px solid transparent;
  margin-right: 20px;
}

.psListNav a.cur {
  font-weight: bold;
border-bottom-color: #ffb638;
}

.psSySel {
  display: block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  color: #666666;
  padding: 0 13px;
  outline: none;
}

.psIndexProduct {
  width: 770px;
  margin: 0 auto;
  padding: 1px 0;
}

.psIndexProduct li {
  margin-bottom: 20px;
}

.psIndexProduct li .xiang {
  display: block;
}

.psIndexProduct .pic {
  width: 290px;
  height: 194px;
  position: relative;
  overflow: hidden;
  float: left;
}

.psIndexProduct .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.psIndexProduct .char {
  float: left;
  width: 455px;
  height: 194px;
  overflow: hidden;
  padding-left: 25px;
  background-color: #fafafa;
  position: relative;
}

.psIndexProduct .char .tit {
  width: 330px;
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
}

.psIndexProduct .char .wen {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.psIndexProduct .tagBox {
  margin-bottom: 2px;
}

.psIndexProduct .tagBox span {
  float: left;
  display: block;
  min-width: 42px;
  font-size: 14px;
color: #ffb638;
text-align: center;
line-height: 22px;
padding: 0 8px;
border: 1px solid #ffb638;
margin-bottom: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right: 10px;
}

.psIndexProduct .love {
  width: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}

.psIndexProduct .love .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
background-color: #ffb638;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.psIndexProduct .love span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0;
  margin-left: 2px;
}

.psOldPro {
  width: 590px;
}

.psOldPro .rad {
  float: left;
  width: 45px;
  font-size: 0;
  padding: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.psOldPro .rad em {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.psOldPro .rad em:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.psOldPro .rad.cur em:before {
background-color: #ffb638;
}

.psOldPro .pic {
  width: 240px;
  height: 160px;
}

.psOldPro .char {
  width: 255px;
  padding-right: 25px;
  height: 160px;
}

.psBack {
  display: block;
  min-width: 70px;
  font-size: 14px;
color: #ffb638;
text-align: center;
line-height: 28px;
border: 1px solid #ffb638;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.psNavWc {
  width: 1138px;
  padding: 20px 30px 10px 30px;
  margin: 0 auto;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  position: relative;
}

.psNavWc .psBack {
  position: absolute;
  right: 30px;
  top: 20px;
}

.psNavLie {
  width: 1020px;
}

.psNavLie a {
  float: left;
  display: block;
  min-width: 56px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 0 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.psNavLie a.cur {
background-color: #ffb638;
color: #fff;
}

.psListDetail {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 90px;
  padding: 40px 0 70px 0;
  border: 1px solid #e8e8e8;
border-top: 2px solid #ffb638;
background-color: #fff;
}

.psListDetail .psTitle {
  font-size: 24px;
  color: #262626;
  text-align: center;
  font-weight: bold;
}

.psListDetail .psTime {
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}

.psListDetail .psProFuTit {
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
  line-height: 20px;
}

.psListDetail .psProFuTit span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.psListDetail .psProFuTit .icon-xin2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #ffb638;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}

.psListDetail .psProContent {
  width: 800px;
  font-size: 14px;
  color: #262626;
  line-height: 24px;
  padding: 45px 70px;
  margin: 0 auto;
  margin-top: 45px;
  border-top: 1px dashed #ccc;
}

.psListDetail .psProContent img {
  max-width: 100%;
  height: auto;
}

.psListDetail .psProContent .tit {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 8px;
}

.psListDetail .psProContent .tit .fu {
  font-weight: normal;
}

.psListDetail .psProContent .tagBox {
  margin-bottom: 10px;
}

.psListDetail .psProContent .tagBox span {
  float: left;
  display: block;
  min-width: 42px;
  font-size: 14px;
color: #ffb638;
text-align: center;
line-height: 22px;
padding: 0 8px;
border: 1px solid #ffb638;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right: 10px;
}

.psVideoList {
  margin-right: -16px;
}

.psVideoList li {
  width: 256px;
  height: 171px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}

.psVideoList li img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none!important;
}

.psVideoList li .play {
  width: 35px;
  height: 35px;
  background: url(/image/psPlay.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
}

.psVideoList .outerDiv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.psVideoList .outerDiv img {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: auto;
  margin-top: 15px;
}

.psVideoList .outerDiv .wen {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

.psVideoList .outerDiv .tiao {
  display: block;
  width: 106px;
  line-height: 30px;
  background-color: #ffb638;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.psAnnex {
  width: 800px;
  padding: 25px 70px;
  margin: 0 auto;
  border-top: 1px dashed #ccc;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  position: relative;
}

.fujianUl {
  margin-top: 8px;
}

.fujianUl li {
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 0;
}

.fujianUl .name {
  float: left;
  display: block;
  width: 620px;
  padding-left: 60px;
  font-size: 16px;
color: #ffb638;
line-height: 32px;
font-weight: normal;
background: url(/image/psLoad.png) no-repeat 20px 4px;
background-size: 22px auto;
}

.fujianUl .down {
  float: right;
  width: 76px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: normal;
background-color: #ffb638;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.psBanIndex {
  width: 750px;
  position: relative;
  margin: 0 auto;
  margin-top: 45px;
}

.psBanIndex .bd {
  width: 750px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.psBanIndex .picList li {
  width: 750px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.psBanIndex .picList li img {
  display: block;
  width: 100%;
  height: 100%;
}

.psBanIndex .hd {
  width: 656px;
  height: 67px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
}

.psBanIndex .hd ul {
  width: 5000px;
  position: absolute;
  left: 0;
  top: 0;
}

.psBanIndex .hd ul li {
  width: 99px;
  height: 65px;
  border: 1px solid transparent;
  float: left;
  _display: inline;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}

.psBanIndex .hd ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.psBanIndex .hd ul li.on {
border-color: #ffb638;
}

.psBanIndex .pageState {
  display: block;
  position: absolute;
  right: 0;
  bottom: 100px;
  padding: 0 22px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-right: 0;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.psBanIndex .pageState span {
  padding-right: 4px;
}

.psBanIndex .prev, .psBanIndex .next {
  width: 28px;
  height: 53px;
  background: url(/image/psArrow.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 517px;
}

.psBanIndex .prev {
  background-position: 0 -53px;
  left: 0;
}

.psBanIndex .prev.prevStop {
  background-position: 0 0;
  cursor: default;
}

.psBanIndex .next {
  background-position: -28px -53px;
  right: 0;
}

.psBanIndex .next.nextStop {
  background-position: -28px 0;
  cursor: default;
}

.psStepWrap {
  width: 1198px;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
border-top: 2px solid #ffb638;
padding: 50px 0;
}

.psJindu {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}

.psJindu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 120px;
  position: relative;
  padding-top: 30px;
}

.psJindu .wen {
  width: 180px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -80px;
}

.psJindu .quan {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #dadada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.psJindu .xian {
  width: 280px;
  height: 10px;
  background-color: #dadada;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.psJindu li.cur .wen {
color: #ffb638;
}

.psJindu li.cur .quan {
background-color: #ffb638;
}

.psJindu li.cur .xian {
background-color: #ffb638;
}

.psFormWrap .itemDiv {
  width: 590px;
  margin: 0 auto;
  min-height: 46px;
  position: relative;
  margin-bottom: 11px;
}

.psFormWrap .biao {
  float: left;
  display: block;
  width: 140px;
  padding: 10px 0;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
  text-align: right;
  line-height: 24px;
}

.psFormWrap .biao .red {
  color: #f00;
  margin-right: 10px;
  vertical-align: middle;
}

.psFormWrap .rBox {
  float: left;
  display: block;
  width: 410px;
  position: relative;
  margin: 0;
  font-weight: normal;
}

.psFormWrap .txtInp, .psFormWrap .txtSel, .psFormWrap .txtArea {
  float: left;
  display: block;
  width: 400px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  background: #fff;
  padding: 9px 15px;
  border: 1px solid #dcdcdc;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

.psFormWrap .txtInp.w60, .psFormWrap .txtSel.w60, .psFormWrap .txtArea.w60 {
  width: 60px;
}

.psFormWrap .txtInp.w120, .psFormWrap .txtSel.w120, .psFormWrap .txtArea.w120 {
  width: 120px;
}

.psFormWrap .txtInp.w195, .psFormWrap .txtSel.w195, .psFormWrap .txtArea.w195 {
  width: 195px;
}
.psFormWrap .txtInp.w340, .psFormWrap .txtSel.w340, .psFormWrap .txtArea.w340 {
  width: 340px;
}

.psFormWrap .txtSel {
  -webkit-appearance: none;
  background: url(/scswhg/pc/image/distribution/psSelect.jpg) no-repeat right center #fff;
}

.psFormWrap .txtArea {
  height: 80px;
}

.psFormWrap .txtInp[readonly] {
  background-color: #f3f3f3;
}

.psFormWrap .radioBox .rad {
  float: left;
  font-size: 0;
  margin-right: 70px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.psFormWrap .radioBox .rad em {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.psFormWrap .radioBox .rad em:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.psFormWrap .radioBox .rad span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.psFormWrap .radioBox .rad.cur em:before {
background-color: #ffb638;
}

.psFormWrap .error {
  width: 200px;
  font-size: 14px;
  position: absolute;
  left: 410px;
  top: 10px;
  color: red;
}

.psFormWrap .tip {
  font-size: 14px;
color: #ffb638;
line-height: 24px;
margin-top: 4px;
}

.psFormWrap .wutai {
  float: left;
  width: 280px;
}

.psFormWrap .wutai .txtInp {
  margin-right: 0;
}

.psFormWrap .wutai .wen {
  width: 28px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #666;
  height: 44px;
  line-height: 44px;
}

.psFormWrap .idCard {
  padding-bottom: 10px;
}

.psFormWrap .idCard .idItem {
  float: left;
  width: 185px;
}

.psFormWrap .idCard .idItem:first-child {
  margin-right: 25px;
}

.psFormWrap .idCard .zhaop {
  width: 185px;
  height: 125px;
  position: relative;
  overflow: hidden;
}

.psFormWrap .idCard .zhaop img {
  display: block;
  width: 100%;
  height: 100%;
}

.psFormWrap .idCard .zhaoBtn {
  display: block;
  width: 168px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  margin-top: 10px;
border: 1px solid #ffb638;
font-size: 16px;
color: #ffb638;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.psFormWrap .fTagBox {
  float: left;
  width: 400px;
}

.psFormWrap .fTagBox span {
  float: left;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-right: 16px;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  cursor: pointer;
}

.psFormWrap .fTagBox span.cur {
background-color: #ffb638;
border-color: #ffb638;
color: #fff;
}

.psFormWrap .addyy {
  display: block;
  width: 86px;
  line-height: 32px;
  font-size: 14px;
  color: #000;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
}

.psFormWrap .actor {
  border-top: 1px dashed #ededed;
  padding-bottom: 15px;
  padding-top: 4px;
  padding-top: 15px;
  position: relative;
}

.psFormWrap .actor:first-child {
  border-top: none;
}
.psFormWrap .actor .icon-add, .psFormWrap .actor .icon-reduce {
  float: left;
  display: block;
  width: 60px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  color: #999;
  cursor: pointer;
}

.psFormWrap .actor .txtArea {
  margin-top: 11px;
}


.psFormWrap .videoAdd {
  margin-top: 11px;
}

.psFormWrap .videoAdd .icon-add, .psFormWrap .videoAdd .icon-reduce {
  float: right;
  display: block;
  width: 60px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  color: #999;
  cursor: pointer;
}

.psBtnBox {
  text-align: center;
  width: 590px;
  margin: 0 auto;
  margin-top: 35px;
  border-top: 1px dashed #dcdcdc;
  padding: 25px 0;
}

.psBtnBox .pBtn {
  display: inline-block;
  vertical-align: middle;
  width: 178px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
border: 1px solid #ffb638;
background-color: #ffb638;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0 20px;
}

.psBtnBox .pBtn.gray {
  background-color: #ccc;
  border-color: #ccc;
}

.psBtnBox .pBtn.w280 {
  width: 278px;
}

.psDanweiTab {
  width: 590px;
  margin: 0 auto;
  margin-top: 30px;
  border-collapse: collapse;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.psDanweiTab caption {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
background-color: #ffb638;
padding: 9px 0;
}

.psDanweiTab tr:nth-child(odd) {
  background-color: #fff;
}

.psDanweiTab tr:nth-child(even) {
  background-color: #f2f4f6;
}

.psDanweiTab td {
  padding: 8px 0;
}

.psDanweiTab .td-1 {
  font-weight: bold;
  color: #333;
  padding-left: 35px;
}

.psDanweiTab .td-2 {
  padding-left: 25px;
}

.psDanweiTab .picBoxUl li {
  float: left;
  width: 68px;
  height: 45px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 10px;
}

.psDanweiTab .picBoxUl li img {
  display: block;
  width: 100%;
  height: 100%;
}

.psDanweiTab .picBoxUl li .zoo {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
}

.psDanweiTab .picBoxUl li .zoo .iconfont {
  font-size: 16px;
  color: #fff;
}

.psbuzhousan .tubiao {
  text-align: center;
}

.psbuzhousan .tubiao .iconfont {
  font-size: 58px;
color: #ffb638;
}

.psbuzhousan .daw {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}

.psbuzhousan .xiaow {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}

.psSbPop {
  padding: 30px 0;
}
.psPopForm {
  width: 400px;
  margin: 0 auto;
}
.psPopForm .tip {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.psPopForm .txtInp {
  display: block;
  width: 400px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  background: #fff;
  padding: 9px 15px;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.psPopForm .error {
  font-size: 14px;
  color: #f00;
  line-height: 22px;
  min-height: 22px;
}
.psPopForm .yzm {
  float: left;
  display: block;
  width: 118px;
  height: 44px;
  line-height: 44px;
border: 1px solid #ffb638;
font-size: 16px;
color: #ffb638;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.psPopForm .yzm.gray {
  border-color: #dcdcdc;
  color: #999;
  cursor: default;
}

.psPopBtn {
  text-align: center;
  margin-top: 50px;
}
.psPopBtn .btn {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  text-align: center;
background-color: #ffb638;
margin: 0 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.psPopBtn .lv {
  background-color: #25bcc1;
}
/*  end 文化配送 */



/*  百姓点单 */
.baixin .titEr.titleNameBox {

}

.baixin .titEr.titleNameBox .titleName {
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.baixin .titEr.titleNameBox .orderCount {
  display: inline-flex;
  float: right;
  height: 24px;
}

.baixin .titEr.titleNameBox .orderCount img {
  width: 24px;
  height: 24px;
}
.baixin .titEr.titleNameBox .orderCount .count {
  margin-left: 2px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40px;
}

.baixin .char .desTimeBox .date {
  display: inline-block;
}

.baixin .char .desTimeBox .date.title {
  float: left;
}
.baixin .char .desTimeBox .date.num {
  float: right;
}

.desTimeBox {
  font-size: 14px;
  margin-top: 12px;
}

.baixin .artListUl .char {
  height: 120px;
}

.detail_center .bookBox .bookBtn {
  width: 89px;
  height: 33px;
  border-radius: 5px;
  line-height: 33px;
  text-align: center;
  background-color: #ffb638;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.detail_center .bookBox .bookCount {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  color: rgb(102, 102, 102);
}

.detail_center .bookBox .bookCount .count {
  color: #ffb638;
}

.hnOrderFormCont {
  margin: 0 auto;
  width: 690px;
  margin-top: 20px;
}
.webRequest .pic {
  width: 355px;
  height: 260px;
  float: left;
}
.webRequest .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webRequest .char {
  float: left;
  margin-left: 30px;
}

.webRequest .char .tit {
  font-size: 20px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 10px;
}

.webRequest .char .wz {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin: 10px 0px;
  margin-top: 35px;
}

.webRequest .hnOrderForm {
  background-color: #fff;
}

.webRequest .hnOrderForm .oItem {
  width: 690px;
  margin: 0 auto;
  padding: 14px 0;
}

.webRequest .hnOrderForm .oItem .bx {
  width: 25px;
  float: left;
  font-size: 24px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}

.webRequest .hnOrderForm .oItem .bx {
  color: #ffb638;
}

.webRequest .hnOrderForm .oItem .lab {
  float: left;
  min-width: 155px;
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.webRequest .hnOrderForm .oItem .lab {
  color: #666;
}
.webRequest .hnOrderForm .oItem .txtDiv {
  width: 510px;
  float: left;
}

.webRequest .hnOrderForm .oItem .applyType {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding: 0 10px;
  margin-right: 38px;
  line-height: 36px;
  height: 36px;
}

.webRequest .hnOrderForm .oItem .applyType {
  color: #666;
}

.webRequest .hnOrderForm .oItem .applyType input {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.webRequest .hnOrderForm .oItem .txt, .webRequest .hnOrderForm .oItem .txtArea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    resize: none;
    -webkit-appearance: none;
    appearance: none;
}

.webRequest .hnOrderForm .oItem .txt, .webRequest .hnOrderForm .oItem .txtArea {
    border-color: #cdcdcd;
    color: #666;
}

.webRequest .footBtnWrap {
  height: 100px;
  width: 690px;
  margin: 0 auto;
  padding-left: 180px;
  box-sizing: border-box;
}

.webRequest .footBtn {
  display: block;
  width: 65px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  margin: auto;
  float: left;
  border-radius: 7px;
  border: 1px solid #ccc;
  margin-top: 20px;
  cursor: pointer;
}

.webRequest .footBtn.confirm {
  color: #fff;
  background-color: #ffb638;
  border: none;
  margin-right: 20px;
}

.webRequest .selectWrap .mode-body li.cur {
  background-image: url(/image/hn-gou-d97240.png);
  background-repeat: no-repeat;
}

.webRequest .uploadBox div[name="aliFile"] {
  width: 300px;
  height: 150px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.webRequest .uploadBox .imgPack {
  width: 300px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.webRequest .uploadBox .imgPack .upload-img-identify {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webRequest .uploadBox .imgPack .aliRemoveBtn {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.webRequest .uploadBox div[name="aliFile"] span,
.webRequest .uploadBox div[name="aliFile"] b {
  display: none;
}

.webRequest .selectWrap .mode-top li.cur {
  color: #262626;
}

.webRequest .selectWrap .mode-top li.last.cur {
  color: #ffb638;
}

.menuFilter .searchBox {
  position: relative;
}

.menuFilter .searchBoxCell {
  position: absolute;
  left: 300px;
  top: 0;
}

.menuFilter .searchBox .searchInput {
  position: absolute;
  left: 0px;
  top: 0;
  background: #fff;
  z-index: 99;
}

.menuFilter .searchBox.list {
  overflow: initial;
}
.menuFilter .searchBox .searchInput input {
  outline: none;
  width: 300px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding-left: 5px;
  box-sizing: border-box;
}

.menuFilter .searchBox .searchInput .searchHistoryBox {
  width: 300px;
}

.menuFilter .searchBox .history {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 5px;
  border-top: none;
}
.menuFilter .searchBox .history .text {
  float: left;
}
.menuFilter .searchBox .history .delete {
  float: right;
  cursor: pointer;
}

.menuFilter .searchBox .historyCell {
  width: 300px;
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 12px;
  cursor: pointer;
}
.menuFilter .searchBox .historyCell:hover {
  background: rgb(240, 240, 240);
}

.menuFilter .searchBtn {
  position: absolute;
  left: 310px;
  top: 0;
  width: 87px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: #ffb638;
}

.menuFilter .searchBtn .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/image/20195251426gXnJy6jO7To0u8QOTOpKgUDNAmjHnz.png") no-repeat center center;
}

.menuFilter .searchBtn .text {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
}

.baixin .mhDetailDiv .mhDetailInfo .mhDetailInfoImg {
  width: 355px;
  height: 260px;
  margin-right: 20px;
  overflow: hidden;
}
.baixin .mhDetailDiv .mhDetailInfo .mhDetailInfoImg .videoPlayBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.baixin .videoPlayBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baixin .videoPlayBox .cover {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.baixin .videoPlayBox .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baixin .videoPlayBox .cover .play {
  display: block;
  width: 100px;
  height: 100px;
  background: url(/image/play5.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.baixin .mhDetailInfoImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baixingOrderBtn {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 200px;
  bottom: 200px;
  border-radius: 50%;
  background: #ffb638;
}

.baixingOrderBtn img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.webRequest .hnOrderForm .oItem .uploadBtn {
  color: #fff;
  width: 120px;
  height: 40px;
  border: none;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  margin-top: 6px;
  margin-left: 6px;
  background-color: #ffb638;
}

.webRequest .mask {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

.webRequest .selectWrap {
  width: 100%;
  height: 711px;
  position: absolute;
  bottom: 0;
  font-size: 24px;
  letter-spacing: 3px;
  background-color: #ffffff;
}

.webRequest .selectWrap .tit {
  line-height: 74px;
  height: 74px;
  padding: 0 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
  color: #666;
  background-color: #f4f4f4;
  border-bottom-color: #e1e1e1;
}

.webRequest .selectWrap .tit span {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  margin-top: 22px;
  background: url(/image/close1.png) no-repeat center;
}

.webRequest .selectWrap .mode-wrap {
  width: 100%;
}

.webRequest .selectWrap .mode-top {
  height: 75px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0 20px;
  width: auto;
  overflow: auto;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-bottom-color: #e1e1e1;
}

.webRequest .selectWrap .mode-top li {
  display: inline-block;
  width: auto;
  line-height: 75px;
  height: 72px;
  margin-right: 40px;
  border-bottom: 3px solid transparent;
  color: #262626;
}

.webRequest .selectWrap .mode-top li.curLine {
  border-bottom-color: #ffb638;
}

.webRequest .selectWrap .mode-body {
  margin-top: 12px;
  height: 548px;
  overflow: auto;
  padding: 0 20px;
  -webkit-overflow-scrolling: touch;
}

.webRequest .selectWrap .mode-body li {
    line-height: 72px;
}

.webRequest .selectWrap .mode-body li.cur {
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.webRequest .selectWrap .mode-body li.cur {
  background-image: url(/image/hn-gou-d97240.png);
}

.webRequest .selectWrap .mode-body li.cur {
  color: #ffb638;
}

/* start 在线培训 */
.vli{
  width: 860px;
  height: 670px;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin: 20px auto;
}

.vli video{
  width: 100%;
  height: 450px;
}

.onlineTrainVli{
  height:150px;
  width: 700px;
}

.onlineTrainVli .swiper-slide{
  height: 150px;
}

.onlineTrainVli .swiper-slide div{
border: 2px solid transparent;
}

.onlineTrainVli .swiper-slide.on div{
  border: 2px solid #ffb638;
}

.onlineTrainVli .swiper-slide img{
  width: 160px;
  height: 110px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.onlineTrainVli .swiper-slide p{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #656565;
  width: 160px;
  margin: auto;
}

.vli .onlineTrainVli{
  margin-top: 25px;
}

.anchor .vLiTit{
  width: 810px;
  margin: auto;
  height: 40px;
}

.anchor .vliDt{
  width: 810px;
  margin: 20px auto 65px;
  color: #666666;
  font-size: 14px;
}

.anchor .vliDt .vliJs{
  margin-bottom: 20px;
}
.anchor .vliDt .vliJs:last-child{
  margin-bottom: 0;
}

.anchor .vliDt .vliJs .img{
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  float: left;
}

.anchor .vliDt .vliJs .img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.anchor .vliDt .vliJs .info{
  width: 690px;
  float: right;
}

.anchor .vliDt .vliJs .info .tit{
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}

.anchor .vliDt .vliJs .info .dtl{
  font-size: 14px;
  color: #666666;
}

.anchor .vliDt ul li{
  width: 260px;
  height: 195px;
  float: left;
  margin: 5px;
}

.anchor .vliDt ul li img{
  width: 260px;
  height: 195px;
  object-fit: cover;
}

.anchor .vliDt .dTu{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.anchor .vliDt .dTu .swiperImgDtu{
  height: 800px;
  width: 800px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.anchor .vliDt .dTu .swiperImgDtu img{
  height: 800px;
  width: 800px;
  object-fit: unset;
}

.vliRcm .tit{
  padding: 0 20px;
  height: 50px;
  line-height:  50px;
  font-size: 16px;
  color:#333333;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  overflow : hidden;
}

.vliRcm .info{
  height: 35px;
  padding: 0 20px;
}

.vliRcm .info .user{
  float: left;
  width: 160px;
  height: 35px;
  line-height: 35px;
  color: #656565;
  font-size: 14px;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  overflow : hidden;
}

.vliRcm .info .count{
  float: right;
  height: 35px;
  width: 80px;
  box-sizing: border-box;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.vliRcm .info .count span{
  color: #656565;
}


/* end 在线培训 */
.container .container_cont .member_work .member_type .member_typeName.active {
    color: #ffb638;}

.container .container_cont .entries_box .entries_content_list .content_listbox ul li .img-card .card-title {
    background: #ffb638;
}

.container .container_cont .content .col-2 .card .card-head .card-tag {
    background: #ffb638;
}

.container .container_cont .m-activity-step .step-content .step-item.active {
    color: #ffb638;
}

.container .container_cont .m-activity-step .step-content .step-item.active .step-dot {
    background: #ffb638;
}
.container .container_cont .media .media-center .describe .iconfont {
 color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .upload .form .v-error {
  color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent .u-form-control.v-error {
  border-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent .u-form-control.v-error:focus {
  border-color: #ffb638;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent.img-upload #ossfile #container {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent.img-upload .file #container button:hover,
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent.img-upload #ossfile #container button:hover {
  background-color: #ffb638;
  border-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent.img-upload .file #container:hover,
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent.img-upload #ossfile #container:hover {
  background-color: #ffb638;
  border-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent.img-upload .btn {
  background-color: #ffb638;
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .upload .form .block-item .b-i-cotent.img-upload .btn:hover {
  background-color: #ffb638;
  border-color: #ffb638;
}
.container .container_cont .upload_box .collect-protocal .u-checkbox .ckb-input:checked + .cbx {
  background-color: #ffb638;
  border-color: #ffb638;
}
.container .container_cont .upload_box .operate-btns .btn {
  background:#ffb638;
}
.container .container_cont .succeed-tips .succeed-icon {
  color:#ffb638;
}
.container .container_cont .succeed-tips .to-link {
  color: #ffb638;
}
.container .container_cont .member_work .member_type .member_typeName.active {
  color: #ffb638;
}
.container .left-menu .left-head {
  background: #ffb638;
}
.container .left-menu .left-item.active {
  color: #ffb638;
  border-bottom: 1px solid #ffb638;
}
.container .right-content .content-title:before {
  background: #ffb638;
}
.container .container_content .directSelect .journalBox .joural_cont .active {
  background-color: #ffb638;
}
.member_work .member_type .member_typeName.active {
  border-bottom: 4px solid #ffb638;
  color: #ffb638;
}
.container .container_cont .mywork_head ul li.active a {
  color: #ffb638;
  border-bottom: 5px solid #ffb638;
}
.container .container_cont .entries_box .entries_head span:last-child {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .media-opres .btn {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .media-opres .btn.disabled:hover {
  background-color: #ffb638;
}
.container .container_cont .detail-block .detail-content .content-c .btn {
    background-color: #ffb638;
    border: 1px solid #ffb638;
}




/* 志愿者服务 */
.container .container_cont .positionWrap .position div .btn {
  background-color: #ffb638;
irectSelect .journalBox .joural_cont .active {  border: 1px solid #ffb638;
}
.container .container_cont .list-content .d
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-title {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-content .pop_up p {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color:#ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container_cont .persona_content_box .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container_cont .persona_content_box .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container_cont .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container_cont .persona_content_box ul li > div.right_box div.active > i::before {
  top: 50%;
  background-color: #ffb638;
}
.container_cont .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container_cont .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container_cont .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right button .btn {
  background-color: #ffb638;
}
.container .container_cont .member_work .member_type .member_typeName.active {
  color: #ffb638;
}
.container .setMap .map_box h4 {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .icon-xin,
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .icon-fenxiang1 {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .main_color {
  color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-title {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-content .pop_up p {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
/*我的志愿活动 */
.container .container_cont .mywork_head ul li.active a {
  color: #ffb638;
  border-bottom: 5px solid #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up p {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up table tr td span {
  color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont .mywork_head ul li.active a {
  color: #ffb638;
  border-bottom: 5px solid #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up p {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up table tr td span {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .my-activity .media .media-center table tr td span {
  color: #ffb638;
}

/* start 慕课 */

.mooc.liaoning {
  background-color: #FFF3E8;
}
.mooc .moocIndexCon {
  width: 1200px;
  height: 729px;
  margin: 0 auto;
  background-image: url("/image/moocIndex_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.mooc .moocIndexCon .btnBox {
  position: absolute;
  top: 230px;
  right: 50px;
}
.mooc .moocIndexCon .btnBox .btn {
  display: block;
  margin-bottom: 40px;
  width: 436px;
  height: 85px;
  text-align: center;
  font-size: 32px;
  line-height: 85px;
  color: #fff;
  background-image: url("/image/moocIndex_btn_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: unset;
  border: none;
}
.mooc .moocIndexCon .btnBox .text {
  text-align: center;
  color: #AA2427;
  font-size: 18px;
  cursor: pointer;
}

.moocTitle {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.moocTitle.liaoning{
  background-image: url("/image/mooc_title_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.moocTitle .moocTitleName {
  margin-top: 27px;
}
.moocTitle .btn {
  float: right;
  display: block;
  margin-top: 20px;
  width: 134px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  background-image: url("/image/moocIndex_btn_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: unset;
  border: none;
}
.mooc .menuFilter .list.noSplit:before {
  display: none;
}
.mooc .iconfont {
  color: #ffb638;
}
.mooc .actListUl .char .titEr {
  height: 24px;
}
.mooc .mhActDivLink .char {
  height: auto;
}

/* 搜索框样式start */
.newsaddSearch {
  width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}
.newsaddSearch .searchArea {
  width: 257px;
  position: relative;
  background: none;
  text-align: right;
  height: 100%;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 36px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 22px;
}

.newsaddSearch .searchArea .search_btn {
  position: absolute;
  right: 0px;
  width: 36px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  cursor:pointer
}

.newsaddSearch .searchArea .search_btn img {
  width: 18px;
  height: 18px;
  margin-top: 12px;
}

.newsaddSearch .searchArea input {
  line-height: 40px;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: black;
}

.newsaddSearch .searchArea input:input-placeholder {
  color: black;
}
/* 搜索框样式end */

/* end 慕课 */
/* 志愿者服务 */
.container .container_cont .positionWrap .position div .btn {
  background-color: #ffb638;
  border: 1px solid #ffb638;
}
.container .container_cont .list-content .directSelect .journalBox .joural_cont .active {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-title {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-content .pop_up p {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color:#ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container_cont .persona_content_box .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container_cont .persona_content_box .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container_cont .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container_cont .persona_content_box ul li > div.right_box div.active > i::before {
  top: 50%;
  background-color: #ffb638;
}
.container_cont .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container_cont .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container_cont .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right button .btn {
  background-color: #ffb638;
}
.container .container_cont .member_work .member_type .member_typeName.active {
  color: #ffb638;
}
.container .setMap .map_box h4 {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .icon-xin,
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .icon-fenxiang1 {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .main_color {
  color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-title {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-content .pop_up p {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
/*我的志愿活动 */
.container .container_cont .mywork_head ul li.active a {
  color: #ffb638;
  border-bottom: 5px solid #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up p {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up table tr td span {
  color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont .mywork_head ul li.active a {
  color: #ffb638;
  border-bottom: 5px solid #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up p {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up table tr td span {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .my-activity .media .media-center table tr td span {
  color: #ffb638;
}=======
/* 志愿者服务 */
.container .container_cont .positionWrap .position div .btn {
  background-color: #ffb638;
  border: 1px solid #ffb638;
}
.container .container_cont .list-content .directSelect .journalBox .joural_cont .active {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-title {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-content .pop_up p {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color:#ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container_cont .persona_content_box .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container_cont .persona_content_box .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container_cont .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container_cont .persona_content_box ul li > div.right_box div.active > i::before {
  top: 50%;
  background-color: #ffb638;
}
.container_cont .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container_cont .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container_cont .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right button .btn {
  background-color: #ffb638;
}
.container .container_cont .member_work .member_type .member_typeName.active {
  color: #ffb638;
}
.container .setMap .map_box h4 {
  background-color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .icon-xin,
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .icon-fenxiang1 {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btnBox .share2.right .btn .main_color {
  color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-title {
  background-color: #ffb638;
}
.container .pop_box .layui-layer .layui-layer-content .pop_up p {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active {
  color: #ffb638;
}
.container .container_cont .m-activity-step .step-content .step-item.active .step-dot {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span i {
  border: 1px solid #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p span a {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info .btn div {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
/*我的志愿活动 */
.container .container_cont .mywork_head ul li.active a {
  color: #ffb638;
  border-bottom: 5px solid #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up p {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up table tr td span {
  color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont .upload_box .detail-block .detail-content .persona_content_box .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.right_box div.active > i {
  border: 1px solid #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.right_box div.active > i::before {
  background-color: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.radio_box .radio div.active i {
  border: 1px solid #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li > div.radio_box .radio div.active i::before {
  background-color: #ffb638;
}
.container .container_cont > .pop_up .pop_box ul li .operate-btns .btn {
  background: #ffb638;
}
.container .container_cont .mywork_head ul li.active a {
  color: #ffb638;
  border-bottom: 5px solid #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up p {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .pop_box .pop_up table tr td span {
  color: #ffb638;
}
.container .container_cont .mywork_content .tab-pane .my-activity .media .media-center table tr td span {
  color: #ffb638;
}
/* 文化众筹 */
.container .container_cont .cont_leftbox .list_type li.active {
  background: linear-gradient(90deg, #ffb638 0%, rgba(175, 97, 95, 0) 100%);
}
.container .container_cont .cont_rightbox .head_box .sort_box .sort_list li.active{
  color:#ffb638;
}
.container .container_cont .cont_rightbox .head_box .progress_box .progres_list li.active {
  background: #ffb638;
  border: 1px solid #ffb638;
}
.container .container_cont .cont_rightbox .head_box .area_box .area_list .adrres_list li:hover {
  background: #ffb638;
}
.container .container_cont .cont_rightbox .raise_list ul li p .percent {
  color: #ffb638;
}
.container .container_cont .cont_rightbox .raise_list ul li p.progress .percentage {
  background: #ffb638;
}
.container .container_cont .cont_rightbox .raise_list ul li .support {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p.count i {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p.count .percent3 {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p.progress .percentagethree {
  background: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p.count2 i {
  color: #ffb638;
}
.container .container_cont .member_detail .member_info .card-info p.count2 .float i {
  color: #ffb638;
}
.container .container_cont .detail_cont .detail_left .main_content .tabs_box .tabs li.active {
  color: #ffb638;
}
.container .container_cont .detail_cont .detail_left .main_content .comment .speak .content-c .btn {
  background-color: #ffb638;
  border: 1px solid #ffb638;
}
.container .container_cont .detail_cont .detail_left .main_content .supports .support_box li .info_box .b .price {
  color: #ffb638;
}
nav.nav_pageBox ul.pagination_box .current.active{background-color:#ffb638;}nav.nav_pageBox ul.pagination_box .current:hover {
                border: 1px solid #ffb638;
              } nav.nav_pageBox ul.pagination_box.pull-right .pageCurrent .activeInput {
                border: 1px solid #ffb638!important;
                box-shadow: 0 0 5px #ffb638;
              }.detail_text_news{border-top:2px solid #ffb638!important;}
/* 赛事活动*/
.container .container_cont .cont_box .solicita_left .left_topBox {
  border-top: 2px solid #ffb638;
}
.container .container_cont .cont_box .solicita_left .left_topBox h3 span {
  background-color: #ffb638;
}
.container .container_cont .cont_box .solicita_left .left_bottomBox {
  border-top: 2px solid #ffb638;
}
.container .container_cont .cont_box .solicita_right {
  border-top: 2px solid #ffb638;
}
.container .container_cont .cont_box .solicita_right .el-tabs__item:hover {
  color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .el-tabs__item.is-active {
  color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .el-tab-pane .detail_box .fujian_box li a:active {
  color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .member_detail .member_info .card-title span {
  color: #ffb638;
  border: 1px solid #ffb638;
}
.container .container_cont .cont_box .solicita_right .member_detail .member_info .card-info .btn_box button.active {
  background: #ffb638;
}
.container .container_cont .cont_box .solicita_right .detail_box .title_head::after {
  border-bottom: 4px solid #ffb638;
}
.container .container_cont .cont_box .solicita_right .detail_box .fujian_box li a:active {
  color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .info_box .status_box .status_one.active span {
 background: #ffb638;
  border: 1px solid #ffb638;
}
.container .container_cont .cont_box .solicita_right .info_box > ul > li > span .check {
  color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .info_box > ul > li > div.add_box button {
  background-color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .info_box > ul .table_box .list_box > span .check {
  color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .succeed-tips p {
  color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .operate-btns .btn:nth-last-of-type(1) {
  background: #ffb638;
  border: 1px solid #ffb638;
}
.el-button--primary {
    background-color: #ffb638!important;
    border-color: #ffb638!important;
}
.el-button--primary:focus, .el-button--primary:hover {
    background: #ffb638!important;
    border-color: #ffb638!important;
}
.el-button:focus, .el-button:hover {
    border-color: #ffb638;
    background-color: #ffb638;
}
.el-upload-list--picture .el-upload-list__item-status-label{
 background-color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .programming_box {
  border-top: 2px solid #ffb638;
}
.container .container_cont .infomation_box .infoma_left {
  border-top: 2px solid #ffb638;
}
.container .container_cont .infomation_box .infoma_right {
  border-top: 2px solid #ffb638;
}
.container .container_cont .crumbs .right_box ul li.active {
  background-color: #ffb638;
}
.container .container_cont .cont_box .solicita_right .programming_box .content .col-2 .card .card-body .card-info button {
  background: #ffb638;
}
.container_box .left_box .directSelect .journalBox .joural_cont .active {
    color: #ffb638;
}
.container_box .left_box .content .card .card-body .card_box span {
    color: #ffb638;
}
.swiper-pagination-bullet-active {
    background: #ffb638;
}
.container .container_cont .content .col-2 .card .card-body .card-info span {
    background: #ffb638;
}
.container .list-content .directSelect .journalBox .joural_cont .active {
    background-color: #ffb638;
}
.container .list-content .directSelect .journalBox span {
  border: 1px solid#ffb638;
  color: #ffb638;
}
.container .list-content .directSelect .journalBox span.joinBtn {
  background-color: #ffb638;
}
.list-content .directSelect .journalBox .joural_cont .active {
    background-color: #ffb638;
}
.list-content .directSelect .journalBox span {
  border: 1px solid#ffb638;
  color: #ffb638;
}
.list-content .directSelect .journalBox span.joinBtn {
  background-color: #ffb638;
}
.container .list-content .sort_list .sort_type span.active {
    color: #ffb638;
}
.container .list-content .content .card .card_right .card_right_cont p span {
    color: #ffb638;
}
.container .list-content .content .card .card_right .card_right_cont button {
    background: #ffb638;
}
.container .list-content .content .card .card-head span {
    background: #ffb638;
}
.container .container_cont .crumbs ul li a.active {
    border-bottom: 1px solid #ffb638;
    color: #ffb638;
}
.container .container_cont .list-content .sort_list .sort_type span.active {
    color: #ffb638;
}
.container .positionWrap .position div .btn{
    background-color: #ffb638;
    border: 1px solid #ffb638;
}
.container .container_cont .cont_box .solicita_right .el-tab-pane .member_detail .member_info .card-info .btn_box button {
    background: #ffb638;
}
.container .container_cont .cont_box .solicita_right .el-tab-pane .member_detail .member_info .card-info .btn_box button::after {
    border-bottom: 17px solid #ffb638;
    border-top: 17px solid #ffb638;
}
.container .container_cont .detail_cont .detail_right .main_list .bton {
    background: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__header {
    background: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .support_box .support_list li.check .plan i {
    background: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .support_box .support_list li.check .plan span {
    background-color: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .support_box .support_body .pay .dollar {
    color: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .support_box .support_body .pay .dollar {
    color: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .box_Payment .pay_detail p.maxin .col {
    color: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .box_Payment .pay_way span .pay_money {
    color: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .cont_box h3 span {
    color: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .playment_ok p.maxin {
    color: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .playment_ok p a {
    color: #ffb638;
}
.container .container_cont .tab-pane .pop_box .pop_up table tr td.supportbar .bar span {
    background: #ffb638;
}
.container .container_cont .tab-pane .pop_box .pop_up table tr td span {
    color: #ffb638;
}
.el-dialog__wrapper .el-dialog .el-dialog__body .support_box .support_list li.check p {
    color: #ffb638;
}
.container .container_cont .member_detail .member_left .book-swiper .book-swiper-content .btn_next,.container .container_cont .member_detail .member_left .book-swiper .book-swiper-content .btn_prev{
 color: #ffb638;
}



.cube-popup-center .cube-popup-content .cube-dialog-title-def::after {
    background: linear-gradient(90deg, #ffb638, #ffb638);
}
.cube-popup-center .cube-popup-content .cube-dialog-btns .cube-dialog-btn_highlight {
    color: #ffb638;
}

.newCityList {
                width: 710px !important;
            max-height: 519px;
            background: #f5f5f5 !important;
	    left: -82px !important;
		border:none !important;
        }
        
        .newCityList #currentCity {
            width: 100%;
            height: 30px;
            background: #ffb638;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            padding-left: 80px;
            position: relative;
            box-sizing: border-box;
        }
        .newCityList .close {
          position: absolute;
          right: 0;
          top: 0;
          color: #fff;
          height: 30px;
          line-height: 30px;
          width: 44px;
          text-align: center;
      }
        
        .newCityList #currentCity::after {
            display: block;
            content: "";
            position: absolute;
            left: 85px;
            top: -14px;
            height: 0;
            width: 0;
            border-left: 7px solid transparent;
            border-top: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ffb638;
        }
       	.van-tree-select{
	 height: 510px !important;
	}
        .van-sidebar-item {
            border-bottom: 1px solid #E2E2E2;
            text-align: center;
            color: #333;
        }
        
        .van-sidebar-item--select::before {
            position: absolute;
            top: 50%;
            left: calc(100% - 4px);
            width: 4px;
            height: 26px;
            background-color: #D5D5D5;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
        }
        
        .van-tree-select__content {
            display: flex;
            flex-wrap: wrap;
            padding-left: 14px;
            padding-bottom: 20px;
            box-sizing: border-box;
            align-content: baseline;
        }
        
        .van-tree-select__item {
            position: relative;
            padding: 0 18px;
            font-size: 14px;
            color: #666;
            line-height: 30px;
            height: 30px;
            cursor: pointer;
            width: auto;
            margin-right: 20px;
            margin-top: 19px;
            border: 1px solid #CCCCCC;
            border-radius: 3px;
        }
        
        .van-tree-select__item--active {
            color: white;
            background:#ffb638;
            border: 1px solid #ffb638;
        }
        
        .van-tree-select__item--active i {
            display: none;
        }

        .clfBgcColor {
          background:#ffb638 !important;
        }

        .clfColor {
          color:#ffb638;
        }

        .clfBorderLeft {
          border-left: 2px solid #ffb638;
        }
        .clfBorderColor {
          border-color: #ffb638 !important;
        }
                /* 更改element选择框 */
        
                .el-checkbox .is-focus {
                  border-color:#ffb638;
                }
                
                .el-checkbox .is-focus .el-checkbox__inner{
                  border-color:#ffb638;
                }
                
                .el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
        
                  color:#ffb638;
                  border-color:#ffb638;
                  background-color:#ffb638;
        
                }
                
                .el-checkbox__inner:hover {
                  border-color:#ffb638;
                }
        
                /* 更改element选择框 */
        /* 分享按钮 */
        .common-share-box {
			position: absolute;
			right: 0;
			bottom: auto;
			top: 0;
			width: 100px;
			height: 80px;
		}
		.common-share-box .content{
			position: relative;	
			height: 100%;
		}
        .common-share-box .share-icon {
			position: absolute;
			right: 0;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            user-select: none;
            outline: none;
            cursor: pointer;
            color: #fff;
            background-color: #ffb638;
            border: 1px solid #ffb638;
            padding: 2px 10px;
            font-size: 16px;
            line-height: 30px;
            border-radius: 0;
          }
.common-share-box .share-icon:hover {
  width: 100px;
}
.common-share-box .share-box{
	display: none;
	position: absolute;
    right: 0;
    bottom: auto;
    top: 45px;
    white-space: nowrap;
  }
.common-share-box:hover .share-box{
	display: block;
  }
.common-share-box .share-icon:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -1px;
  border-left: 5px solid #ffb638;
  border-bottom: 5px solid white;
}
.icon-share1 {
  margin-right: 10px;
}

.bshare-custom {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  margin-top: 40px;
}
.bsBox {
  height: 246px !important;
    width: 232px !important;
}
.bsTop {
  width: 100% !important;
}.mooc .newsDetailTop .signUp .btn{background:#ffb638;
 }.mooc .tipBox .btnBox .btn{background:#ffb638;
 }.container-venue .filterNavWc .menuFilter .hidenBox {
  color: #ffb638;
}.container-venue .actListWc .venuesListUl li .mhActDivLink .pic .ding::after {
  border-left: 22px solid#ffb638;
  border-top: 22px solid #ffb638;
}

.is-process .el-step__icon{
  color: #fff;
  border: none;
  background-color: #ffb638;
}
.exhibition .el-form-item__label::before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  position: relative;
  right: 10px;
  background-color: #ffb638;
}
.next-subject{
  background: #ffb638;
}
.activeTheme{
  background: #ffb638!important;
}
.activeTheme .theme-name{
  color: #fff;
}
.data_cont .active {
  color: #fff;
  font-weight: bold;
  background-color: #ffb638;
}
.hidenBox {
  color: #ffb638;
}
.active-filter{
  color: #ffb638!important;
}
.el-tabs__active-bar{
  background: #ffb638;
}
.upload-form .el-form-item__label::before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  position: relative;
  right: 10px;
  top: -1px;
  background-color: #ffb638;
}
.cover-start,.cover-pause,.cover-like,.cover-author{
  color: #ffb638;
}
.cover-audio-control .el-slider__button{
  border:8px solid #fff;
  background: #ffb638;
}
.cover-audio-control .el-slider__bar{
  background: #ffb638;
}
.music-detail-mid .el-tabs__active-bar{
  background: #ffb638;
}
.cover-thumb-icon{
  cursor: pointer;
  font-size: 70px!important;
  color: #ffb638;
}
.detail_matter_right,.anchor_detail{
    white-space: normal;
    word-break: break-all;
}
/* 区域切换样式3 */
.cityChange .cumtorCityList {
    padding: 0 !important;
    border: none !important;
    background: white !important;
    width: max-content !important;
}
.cityChange .cumtorCityList .cumtor-body {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 520px;
  overflow: hidden;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box {
  height: 520px;
  overflow-y: auto;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li {
  padding-right: 230px;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li.current {
  padding: 0;
  height: 49px;
  line-height: 49px;
  background: #ffb638;
  max-width: 311px;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li.current span {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  display: inline-block;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  color: #333333;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li.title-box {
  padding: 14px 16px 8px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  height: auto;
  line-height: initial;
	font-weight: bold;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li.childer-box {
  padding-bottom: 8px;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li.childer-box:hover > a {
  color: #CE3F3F;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li .childer-list {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  height: 520px;
  overflow-y: auto;
  border-left: 1px solid #F4F4F4;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li .childer-list li {
  padding-right: 0;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li .childer-list li:hover a {
  color: #CE3F3F;
}
.cityChange .cumtorCityList .cumtor-body .cumtor-box li.parent-text:hover > a {
    color: #CE3F3F;
}
.order-header{
  text-align: center;
  position: relative
}
.order-title{
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color: #999;
}
.order-btn{
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 18px;
  text-align: center;
  border: 1px solid #bbb;
  outline: none;
  background: #fff;
  position: absolute;
  right: 100px;
  top: 10px;
}
.order-name{
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color: #333;
  margin: 20px;
  padding-left: 40px;
}
.order-content{
  background: #F7F7F7;
  padding: 30px;
}
.order-content-top{
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.order-top-left{
  width: 200px;
  text-align: center;
}
.order-top-mid{
  flex: 1;
}
.order-top-right{
  width: 220px;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-height: 150px;
}
.order-top-mid .order-top-item:nth-child(2){
  margin-top: 40px;
}
.order-top-mid .order-top-item{
  margin-top: 10px;
}
.order-top-left img{
  width: 160px;
  height: 100px;
}
.order-top-title{
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color: #666;
}
.order-top-item{
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #666;
}
.ticket-name{
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #666;
}
.ticket-number{
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color: #FF4E41;
  margin-top: 20px;
}
.order-content-bottom{
  padding: 30px;
}
.seat-number-item{
  font-size: 16px;
  color: #666;
}
.seat-number{
  font-size: 16px;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
  color: #FF4E41;
}
.order-detail-container{
  padding: 40px;
}
.self-tooltip.is-dark{
  background: #E5E6E9!important;
  color: #262626!important;
  width: 300px;
}
.self-tooltip.is-dark .popper__arrow{
  display: none;
}
.seat-type{
  color: #666;
}
.seat-item{
  display: inline-block;
  border: 1px solid #D70005;
  border-radius: 3px;
}
.seat-item:not(:last-child){
  margin-right: 10px;
}
.seat-num{
  width: 72px;
  height: 33px;
  line-height: 33px;
  color: #C83332;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.seat-name{
  width: 56px;
  height: 33px;
  line-height: 33px;
  background: #C83332;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.seat-order-name{
  font-size: 16px;
  color: #C83332;
  font-weight: bold;
}
.global-search-number{
  font-size: 20px;
  color: #ffb638;
}
.news-tab-container{
  font-size: 18px;
  color: rgb(38, 38, 38);
  margin: 0px;
  position: relative;
  border: 1px solid rgb(232, 232, 232);
  font-weight: normal;
  background: rgb(255, 255, 255);
  border-top:2px solid #ffb638!important;
}
.news-content-table{
  display: flex;
  padding: 20px 0;
}
.news-content-title {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: 500;
  position: relative;
  width: max-content;
  cursor: pointer;
  margin-right: 50px;
}
.news-content-title.cur::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffb638;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
.news-tab-content{
  /* padding: 32px 42px;
  box-shadow: 4px 4px 16px 0px rgb(0 0 0 / 4%);
  border-radius: 8px;
  border: 1px solid rgba(235, 235, 235, 1); */
}
.news-tab-content .newsDetailContent{
  padding: 0;
  border: none;
}
.tab-item .type-name-container .type-name{
  color: #ffb638;
}
.exhibitionIntro .news-tab-content{
  padding: 32px 0;
}
.exhibitionIntro .news-content-table{
  padding: 20px 0;
}
.detail_matter_left .anchor .navs{
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 20px;
}
.detail_matter_left .anchor ul li{
  float: left;
  font-size: 18px;
  color: #262626;
  line-height: 40px;
  margin: 0;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
.detail_matter_left .anchor ul li:first-child{
  margin-left: 0;
}
.detail_matter_left .anchor ul li.active{
  color: #ffb638;
}
.detail_matter_left .anchor ul li.active::after{
  content: '';
  height: 1px;
  width: 40px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffb638;
}
.detail_matter_left .anchor .anchor_detail .file-item{
  font-size: 19px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_matter_left .anchor .anchor_detail .file-item:not(:first-child){
  margin-top: 20px;
}
.detail_matter_left .anchor .anchor_detail .file-item img{
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.detail_matter_left .anchor .fileContainer{
  padding: 0 20px 20px 0px;
  border-bottom: 1px solid #e2e2e2;
}
.theme-icon{
  vertical-align: bottom;
  color: #ffb638!important;
}